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

Function profile_init

src/engine/debug.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21profile_frame * profile_init( OBJECT * rulename, profile_frame * frame )
22{
23 if ( DEBUG_PROFILE ) profile_enter( rulename, frame );
24 return frame;
25}
26
27
28void profile_enter( OBJECT * rulename, profile_frame * frame )

Callers

nothing calls this directly

Calls 1

profile_enterFunction · 0.85

Tested by

no test coverage detected