Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xl/
A Dxl_psr.c66 uint64_t tsc1, tsc2; in psr_cmt_get_mem_bandwidth() local
79 &sample2, &tsc2); in psr_cmt_get_mem_bandwidth()
83 if (tsc2 <= tsc1) in psr_cmt_get_mem_bandwidth()
91 if (tsc2 - tsc1 < 1000000000 && sample2 >= sample1) in psr_cmt_get_mem_bandwidth()
102 *bandwidth_r = (sample2 - sample1) * 1000000000 / (tsc2 - tsc1) / 1024; in psr_cmt_get_mem_bandwidth()

Completed in 3 milliseconds