Searched refs:thread_now (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpu.c | 333 int64_t thread_now; in query_api_thread_busy_status() local 336 thread_now = util_current_thread_get_time_nano(); in query_api_thread_busy_status() 341 thread_now = util_queue_get_thread_time_nano(mon->queue, 0); in query_api_thread_busy_status() 343 thread_now = 0; in query_api_thread_busy_status() 346 double percent = (thread_now - info->last_thread_time) * 100.0 / in query_api_thread_busy_status() 357 info->last_thread_time = thread_now; in query_api_thread_busy_status()
|
/external/libchrome/base/trace_event/ |
D | trace_log.cc | 1205 ThreadTicks thread_now = ThreadNow(); in AddTraceEventWithThreadIdAndTimestamp() local 1270 new_trace_event.Initialize(thread_id, offset_event_timestamp, thread_now, in AddTraceEventWithThreadIdAndTimestamp() 1284 new_trace_event->Initialize(thread_id, offset_event_timestamp, thread_now, in AddTraceEventWithThreadIdAndTimestamp() 1318 trace_event->Initialize(thread_id, offset_event_timestamp, thread_now, in AddTraceEventWithThreadIdAndTimestamp() 1354 ThreadTicks thread_now = ThreadNow(); in AddMetadataEvent() local 1358 thread_id, now, thread_now, TRACE_EVENT_PHASE_METADATA, in AddMetadataEvent() 1446 const ThreadTicks& thread_now) { in UpdateTraceEventDurationExplicit() argument 1476 static_cast<int>(base::PlatformThread::CurrentId()), now, thread_now, in UpdateTraceEventDurationExplicit() 1503 trace_event->UpdateDuration(now, thread_now); in UpdateTraceEventDurationExplicit()
|
D | trace_event_impl.h | 109 void UpdateDuration(const TimeTicks& now, const ThreadTicks& thread_now);
|
D | trace_event_impl.cc | 188 const ThreadTicks& thread_now) { in UpdateDuration() argument 195 thread_duration_ = thread_now - thread_timestamp_; in UpdateDuration()
|
D | trace_log.h | 285 const ThreadTicks& thread_now);
|