Searched refs:profile_stack (Results 1 – 1 of 1) sorted by relevance
15 static profile_frame * profile_stack = 0; variable62 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()