Home
last modified time | relevance | path

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

/external/qemu/
Dtranslate-all.c111 ti = profile_getclock(); in cpu_gen_code()
136 s->interm_time += profile_getclock() - ti; in cpu_gen_code()
137 s->code_time -= profile_getclock(); in cpu_gen_code()
142 s->code_time += profile_getclock(); in cpu_gen_code()
184 ti = profile_getclock(); in cpu_restore_state()
221 s->restore_time += profile_getclock() - ti; in cpu_restore_state()
Dcpus.c590 ti = profile_getclock(); in qemu_cpu_exec()
618 qemu_time += profile_getclock() - ti; in qemu_cpu_exec()
Dqemu-timer.h332 static inline int64_t profile_getclock(void) in profile_getclock() function
Dkqemu.c703 ti = profile_getclock(); in kqemu_cpu_exec()
805 kqemu_time += profile_getclock() - ti; in kqemu_cpu_exec()
Dcpu-all.h1028 static inline int64_t profile_getclock(void) in profile_getclock() function
Dvl.c1800 ti = profile_getclock(); in main_loop()
1804 dev_time += profile_getclock() - ti; in main_loop()
Dvl-android.c2010 ti = profile_getclock(); in main_loop()
2014 dev_time += profile_getclock() - ti; in main_loop()
/external/qemu/tcg/
Dtcg.c2042 s->la_time -= profile_getclock(); in tcg_gen_code_common()
2046 s->la_time += profile_getclock(); in tcg_gen_code_common()