Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h259 class ScopedStatsTracer {
261 ScopedStatsTracer(TraceStorage* storage, size_t key) in ScopedStatsTracer() function
264 ~ScopedStatsTracer() { in ~ScopedStatsTracer()
271 ScopedStatsTracer(ScopedStatsTracer&& other) noexcept { MoveImpl(&other); } in ScopedStatsTracer() function
273 ScopedStatsTracer& operator=(ScopedStatsTracer&& other) {
279 ScopedStatsTracer(const ScopedStatsTracer&) = delete;
280 ScopedStatsTracer& operator=(const ScopedStatsTracer&) = delete;
282 void MoveImpl(ScopedStatsTracer* other) { in MoveImpl()
294 ScopedStatsTracer TraceExecutionTimeIntoStats(size_t key) { in TraceExecutionTimeIntoStats()
295 return ScopedStatsTracer(this, key); in TraceExecutionTimeIntoStats()