MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetDifference

Function GetDifference

DebugView++Lib/DBLogReader.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32double GetDifference(FILETIME ft1, FILETIME ft2)
33{
34 return (FileTimeToUInt64(ft2) - FileTimeToUInt64(ft1)) * 100e-9;
35}
36
37// used to create a relative time from the systemtime when only systemtime is stored in Sysinternals DbgView files.
38// the reverse (creating system-time from relative times) makes no sense.

Callers 1

GetRelativeTimeMethod · 0.85

Calls 1

FileTimeToUInt64Function · 0.85

Tested by

no test coverage detected