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

Function kwsysProcessTimeToDouble

Source/kwsys/ProcessWin32.c:2030–2033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2028}
2029
2030double kwsysProcessTimeToDouble(kwsysProcessTime t)
2031{
2032 return t.QuadPart * 0.0000001;
2033}
2034
2035kwsysProcessTime kwsysProcessTimeFromDouble(double d)
2036{

Callers 1

kwsysProcess_WaitForDataFunction · 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…