Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dips.c25 #define NSEC_IN_ONE_SEC (1000 * 1000 * 1000) macro
51 double num_secs = elapsed_ns / (double) NSEC_IN_ONE_SEC; in num_insn_during()
58 return num_secs * (double) NSEC_IN_ONE_SEC; in time_for_insn()