HomeSort by relevance Sort by last modified time
    Searched refs:profile_getclock (Results 1 - 6 of 6) sorted by null

  /external/qemu/
cpus.c 183 int64_t ti = profile_getclock();
204 qemu_time += profile_getclock() - ti;
translate-all.c 149 ti = profile_getclock();
174 s->interm_time += profile_getclock() - ti;
175 s->code_time -= profile_getclock();
180 s->code_time += profile_getclock();
209 ti = profile_getclock();
247 s->restore_time += profile_getclock() - ti;
    [all...]
main-loop.c 329 ti = profile_getclock();
333 dev_time += profile_getclock() - ti;
  /external/qemu/include/qemu/
timer.h 906 static inline int64_t profile_getclock(void) function
  /external/qemu/include/exec/
cpu-all.h 572 static inline int64_t profile_getclock(void) function
  /external/qemu/tcg/
tcg.c     [all...]

Completed in 316 milliseconds