OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClockTimerState
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/tests/
timer_utils.h
16
}
ClockTimerState
;
19
void StartTimer(
ClockTimerState
* ct);
22
void StopTimer(
ClockTimerState
* ct);
25
uint32_t GetDurationMsecs(
ClockTimerState
* ct);
timer_utils.c
8
void StartTimer(
ClockTimerState
* ct) {
12
void StopTimer(
ClockTimerState
* ct) {
16
uint32_t GetDurationMsecs(
ClockTimerState
* ct) {
sha_benchmark.c
37
ClockTimerState
ct;
rsa_verify_benchmark.c
27
ClockTimerState
ct;
Completed in 321 milliseconds