OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system_time_high_res
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/system_wrappers/source/
trace_posix.cc
24
struct timeval
system_time_high_res
;
local
25
gettimeofday(&
system_time_high_res
, 0);
26
prev_api_tick_count_ = prev_tick_count_ =
system_time_high_res
.tv_sec;
34
struct timeval
system_time_high_res
;
local
35
if (gettimeofday(&
system_time_high_res
, 0) == -1) {
40
localtime_r(&
system_time_high_res
.tv_sec, &buffer);
42
const uint32_t ms_time =
system_time_high_res
.tv_usec / 1000;
Completed in 279 milliseconds