Home
last modified time | relevance | path

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

/external/qemu/
Dtranslate-all.c93 ti = profile_getclock(); in cpu_gen_code()
118 s->interm_time += profile_getclock() - ti; in cpu_gen_code()
119 s->code_time -= profile_getclock(); in cpu_gen_code()
124 s->code_time += profile_getclock(); in cpu_gen_code()
154 ti = profile_getclock(); in cpu_restore_state()
191 s->restore_time += profile_getclock() - ti; in cpu_restore_state()
Dkqemu.c703 ti = profile_getclock(); in kqemu_cpu_exec()
805 kqemu_time += profile_getclock() - ti; in kqemu_cpu_exec()
Dcpu-all.h1057 static inline int64_t profile_getclock(void) in profile_getclock() function
Dvl-android.c4447 ti = profile_getclock(); in qemu_cpu_exec()
4475 qemu_time += profile_getclock() - ti; in qemu_cpu_exec()
4620 ti = profile_getclock(); in main_loop()
4624 dev_time += profile_getclock() - ti; in main_loop()
Dvl.c4315 ti = profile_getclock(); in qemu_cpu_exec()
4334 qemu_time += profile_getclock() - ti; in qemu_cpu_exec()
4479 ti = profile_getclock(); in main_loop()
4483 dev_time += profile_getclock() - ti; in main_loop()
/external/qemu/tcg/
Dtcg.c1901 s->la_time -= profile_getclock(); in tcg_gen_code_common()
1905 s->la_time += profile_getclock(); in tcg_gen_code_common()