Searched refs:end_ms (Results 1 – 2 of 2) sorted by relevance
114 unsigned long long delta_ms, start_ms, end_ms; in threaded_qcrypto_pbkdf2_count_iters() local128 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()
77 end_ms = e['timestamp']['seconds'] * 1000000 + \82 return {'seconds': (end_ms - start_ms) / 1000000.0}