| 659 | } |
| 660 | |
| 661 | double PMTraceSession::TimestampToMilliSeconds(uint64_t timestamp) const |
| 662 | { |
| 663 | return TimestampDeltaToMilliSeconds(timestamp - mStartTimestamp.QuadPart); |
| 664 | } |
| 665 | |
| 666 | void PMTraceSession::TimestampToLocalSystemTime(uint64_t timestamp, SYSTEMTIME* st, uint64_t* ns) const |
| 667 | { |
no test coverage detected