Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Ddebug.h32 typedef struct profile_frame struct
41 struct profile_frame * caller; argument
44 } profile_frame; argument
46 profile_frame * profile_init( OBJECT * rulename, profile_frame * );
47 void profile_enter( OBJECT * rulename, profile_frame * );
49 void profile_exit( profile_frame * );
53 #define PROFILE_ENTER( scope ) profile_frame PROF_ ## scope, *PROF_ ## scope ## _p = profile_init( …
Ddebug.cpp15 static profile_frame * profile_stack = 0;
21 profile_frame * profile_init( OBJECT * rulename, profile_frame * frame ) in profile_init()
28 void profile_enter( OBJECT * rulename, profile_frame * frame ) in profile_enter()
84 void profile_exit( profile_frame * frame ) in profile_exit()
Dhash.cpp155 profile_frame prof[ 1 ]; in hash_insert()
207 profile_frame prof[ 1 ]; in hash_find()
Dcompile.cpp61 profile_frame prof[ 1 ]; in evaluate_rule()