Searched refs:raw_time (Results 1 - 1 of 1) sorted by relevance

/external/stressapptest/src/
H A Dlogger.cc43 time_t raw_time; local
44 time(&raw_time);
46 localtime_r(&raw_time, &time_struct);

Completed in 105 milliseconds