Searched refs:start_ms (Results 1 – 3 of 3) sorted by relevance
114 unsigned long long delta_ms, start_ms, end_ms; in threaded_qcrypto_pbkdf2_count_iters() local117 if (qcrypto_pbkdf2_get_thread_cpu(&start_ms, errp) < 0) { in threaded_qcrypto_pbkdf2_count_iters()132 delta_ms = end_ms - start_ms; in threaded_qcrypto_pbkdf2_count_iters()
63 start_ms = e['timestamp']['seconds'] * 1000000 + \82 return {'seconds': (end_ms - start_ms) / 1000000.0}
71 static ulong bytes_per_second(unsigned int len, ulong start_ms) in bytes_per_second() argument75 return len / (max(get_timer(start_ms) / 1024, 1UL)); in bytes_per_second()77 return 1024 * len / max(get_timer(start_ms), 1UL); in bytes_per_second()