Changes between Initial Version and Version 2 of Ticket #917


Ignore:
Timestamp:
Jun 15, 2009, 5:00:53 PM (15 years ago)
Author:
Nicolas
Comment:

Format description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #917

    • Property Type changed from Defect to Task
    • Property Summary changed from associate results with app version to Associate results with app version
  • Ticket #917 – Description

    initial v2  
    11Add fields to result table:
    2 app_versionid (DB ID of app version, or 0 if anonymous platform)
    3 flops_estimate: what's returned by app_plan(), or p_fpops
     2 - app_versionid (DB ID of app version, or 0 if anonymous platform)
     3 - flops_estimate: what's returned by app_plan(), or p_fpops
    44
    55This will accomplish at least 2 things:
    6 - make it easier to analyze errors (i.e. what app versions are causing them)
    7 - provide a generic way of computing claimed credit,
     6 - make it easier to analyze errors (i.e. what app versions are causing them)
     7 - provide a generic way of computing claimed credit,
    88  namely elapsed time * flops_estimate