Changeset 1521 for trunk/dll/tmrsvcs.c
- Timestamp:
- May 2, 2010, 11:48:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/tmrsvcs.c
r1323 r1521 69 69 err_msec = (cur_msec - pitd->start_msec) - pitd->interval_msec; 70 70 // Estimate counts per msec 71 #if 0 // 05 Jan 08 SHL fixme to be gone when no longer needed for testing72 DbgMsg(pszSrcFile, __LINE__,73 "err_msec %d elapsed_msec %d estimated %u misses %u",74 err_msec, elapsed_msec, pitd->estimated, pitd->misses);75 #endif76 71 if (err_msec > 0) { 77 72 // Late - need to reduce estimated count
Note:
See TracChangeset
for help on using the changeset viewer.