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

Function profile_init

v2/engine/debug.c:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

profile_enterFunction · 0.85

Tested by

no test coverage detected