Searched refs:end_ts (Results 1 – 2 of 2) sorted by relevance
71 struct timespec start_ts, end_ts; in main() local91 clock_gettime(CLOCK_MONOTONIC, &end_ts); in main()94 end_ns = end_ts.tv_sec * NSEC_PER_SEC + end_ts.tv_nsec; in main()
2566 int64_t start_ts, end_ts; in qemu_loadvm_section_start_full() local2627 end_ts = qemu_clock_get_us(QEMU_CLOCK_REALTIME); in qemu_loadvm_section_start_full()2629 se->instance_id, end_ts - start_ts); in qemu_loadvm_section_start_full()2643 int64_t start_ts, end_ts; in qemu_loadvm_section_part_end() local2680 end_ts = qemu_clock_get_us(QEMU_CLOCK_REALTIME); in qemu_loadvm_section_part_end()2682 se->instance_id, end_ts - start_ts); in qemu_loadvm_section_part_end()