Home
last modified time | relevance | path

Searched refs:profile_total (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/build/src/engine/
Ddebug.cpp18 static profile_info profile_total = { 0 }; variable
121 profile_total.cumulative += p->net; in dump_profile_entry()
122 profile_total.memory += p->memory; in dump_profile_entry()
138 profile_total.name = constant_total; in profile_dump()
139 dump_profile_entry( &profile_total, (void *)1 ); in profile_dump()