PiRSquared17 / hfm-net

Automatically exported from code.google.com/p/hfm-net
0 stars 0 forks source link

GPU3 clients reporting 99 Frames Completed to the WU History Database. #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GPU3 clients reporting 99 Frames Completed to the WU History Database.  This is 
due to the log only showing 499999 of 500000 completed steps (for example).  
The calculation in HFM expects the completed to be equal or greater than the 
total and thus only reports 99 Frames Completed

I am changing this calculation and using the reported FrameID from the last 
logged frame instead.  The log parsing API validates frames within 10% of their 
completed to total steps, no need to run this calculation again later.

Original issue reported on code.google.com by harlam357 on 12 Feb 2011 at 8:00

GoogleCodeExporter commented 9 years ago
Marked Fixed for Revision 300.

Original comment by harlam357 on 12 Feb 2011 at 9:42