Searched refs:profile_getclock (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/
H A Dtranslate-all.c79 ti = profile_getclock();
105 s->interm_time += profile_getclock() - ti;
106 s->code_time -= profile_getclock();
111 s->code_time += profile_getclock();
145 ti = profile_getclock();
182 s->restore_time += profile_getclock() - ti;
H A Dqemu-timer.h260 static inline int64_t profile_getclock(void) function
/vbox/src/recompiler/tcg/
H A Dtcg.c2023 s->la_time -= profile_getclock();
2027 s->la_time += profile_getclock();

Completed in 392 milliseconds