Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dpbkdf.c114 unsigned long long delta_ms, start_ms, end_ms; in threaded_qcrypto_pbkdf2_count_iters() local
128 if (qcrypto_pbkdf2_get_thread_cpu(&end_ms, errp) < 0) { in threaded_qcrypto_pbkdf2_count_iters()
132 delta_ms = end_ms - start_ms; in threaded_qcrypto_pbkdf2_count_iters()
/openbmc/qemu/scripts/simplebench/
H A Dbench_block_job.py77 end_ms = e['timestamp']['seconds'] * 1000000 + \
82 return {'seconds': (end_ms - start_ms) / 1000000.0}