input - tsc output - milliseconds the caller is responsible for t1 > t0
| 496 | // output - milliseconds |
| 497 | // the caller is responsible for t1 > t0 |
| 498 | UINT64 TimeDiff(UINT64 t0, UINT64 t1) |
| 499 | { |
| 500 | return DivU64x64Remainder((t1 - t0), DivU64x32(gCPUStructure.TSCFrequency, 1000), 0); |
| 501 | } |
| 502 | |
| 503 |
no test coverage detected