Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Ddebug.cpp32 double start = profile_clock(); in profile_enter()
65 frame->entry_time = profile_clock(); in profile_enter()
89 double t = profile_clock() - frame->entry_time - frame->overhead; in profile_exit()
143 double profile_clock() in profile_clock() function
Ddebug.h51 double profile_clock();