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

Function profile_dump

v2/engine/debug.c:133–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133void profile_dump()
134{
135 if ( profile_hash )
136 {
137 printf( "%10s %12s %12s %12s %10s %10s %s\n", "--count--", "--gross--",
138 "--net--", "--each--", "--mem--", "--each--", "--name--" );
139 hashenumerate( profile_hash, dump_profile_entry, 0 );
140 profile_other.name = constant_other;
141 dump_profile_entry( &profile_other, 0 );
142 profile_total.name = constant_total;
143 dump_profile_entry( &profile_total, (void *)1 );
144 }
145}

Callers 1

mainFunction · 0.85

Calls 2

hashenumerateFunction · 0.85
dump_profile_entryFunction · 0.85

Tested by

no test coverage detected