| 704 | |
| 705 | #if 0 // TODO: Measure perf increase by using this new method |
| 706 | ULONG CpuGetCyclesThisVideoFrame(ULONG) // Old func using g_uInternalExecutedCycles |
| 707 | { |
| 708 | CpuCalcCycles(g_uInternalExecutedCycles); |
| 709 | return g_dwCyclesThisFrame + g_nCyclesExecuted; |
| 710 | } |
| 711 | #else |
| 712 | ULONG CpuGetCyclesThisVideoFrame(const ULONG nExecutedCycles) |
| 713 | { |
no test coverage detected