Home
last modified time | relevance | path

Searched refs:time_queued (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/trace_processor/
Dtrace_storage.cc75 int64_t time_queued, in RecordQueryBegin() argument
86 times_queued_.push_back(time_queued); in RecordQueryBegin()
Dtrace_processor_impl.cc326 int64_t time_queued) { in ExecuteQuery() argument
340 context_.storage->mutable_sql_stats()->RecordQueryBegin(sql, time_queued, in ExecuteQuery()
Dtrace_processor_impl.h59 int64_t time_queued = 0) override;
Dtrace_storage.h448 int64_t time_queued,
/external/perfetto/include/perfetto/trace_processor/
Dtrace_processor.h99 int64_t time_queued = 0) = 0;
/external/mesa3d/src/gallium/state_trackers/clover/core/
Devent.hpp124 const lazy<cl_ulong> &time_queued() const;
Devent.cpp181 hard_event::time_queued() const { in time_queued() function in hard_event
/external/mesa3d/src/gallium/state_trackers/clover/api/
Devent.cpp263 buf.as_scalar<cl_ulong>() = hev.time_queued(); in clGetEventProfilingInfo()