MCPcopy Create free account
hub / github.com/KDE/kdevelop / toSeconds

Function toSeconds

kdevplatform/util/tests/test_embeddedfreetree.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320};
321
322float toSeconds(clock_t time)
323{
324 return (( float )time) / CLOCKS_PER_SEC;
325}
326
327struct StaticRepository
328{

Callers 2

randomizedTestMethod · 0.85
testFilteringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected