Changes between Initial Version and Version 2 of Ticket #917
- Timestamp:
- Jun 15, 2009, 5:00:53 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #917
-
Property
Type
changed from
Defect
toTask
-
Property
Summary
changed from
associate results with app version
toAssociate results with app version
-
Property
Type
changed from
-
Ticket #917 – Description
initial v2 1 1 Add 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_fpops2 - app_versionid (DB ID of app version, or 0 if anonymous platform) 3 - flops_estimate: what's returned by app_plan(), or p_fpops 4 4 5 5 This 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, 8 8 namely elapsed time * flops_estimate