MCPcopy Create free account
hub / github.com/boostorg/build / profile_clock

Function profile_clock

src/engine/debug.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143double profile_clock()
144{
145 return ((double) clock()) / CLOCKS_PER_SEC;
146}
147
148OBJECT * profile_make_local( char const * scope )
149{

Callers 2

profile_enterFunction · 0.85
profile_exitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected