Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Ddebug.cpp15 static profile_frame * profile_stack = 0; variable
62 frame->caller = profile_stack; in profile_enter()
63 profile_stack = frame; in profile_enter()
79 if ( profile_stack && profile_stack->info ) in profile_memory()
80 profile_stack->info->memory += ((double)mem) / 1024; in profile_memory()
107 profile_stack = frame->caller; in profile_exit()