MCPcopy Create free account
hub / github.com/Kitware/CMake / kwsysProcessTimeFromDouble

Function kwsysProcessTimeFromDouble

Source/kwsys/ProcessWin32.c:2035–2040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2033}
2034
2035kwsysProcessTime kwsysProcessTimeFromDouble(double d)
2036{
2037 kwsysProcessTime t;
2038 t.QuadPart = (LONGLONG)(d * 10000000);
2039 return t;
2040}
2041
2042int kwsysProcessTimeLess(kwsysProcessTime in1, kwsysProcessTime in2)
2043{

Callers 2

kwsysProcess_ExecuteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…