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

Function kwsysProcessTimeToDouble

Source/kwsys/ProcessUNIX.c:2078–2081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2076#endif
2077
2078static double kwsysProcessTimeToDouble(kwsysProcessTime t)
2079{
2080 return (double)t.tv_sec + (double)(t.tv_usec) * 0.000001;
2081}
2082
2083static kwsysProcessTime kwsysProcessTimeFromDouble(double d)
2084{

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…