Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_synthetic_delay.h44 trace_event_internal::ScopedSyntheticDelay INTERNAL_TRACE_EVENT_UID(delay)( \
148 class TRACE_EVENT_API_CLASS_EXPORT ScopedSyntheticDelay {
150 explicit ScopedSyntheticDelay(const char* name,
152 ~ScopedSyntheticDelay();
158 DISALLOW_COPY_AND_ASSIGN(ScopedSyntheticDelay);
Dtrace_event_synthetic_delay.cc205 ScopedSyntheticDelay::ScopedSyntheticDelay(const char* name, in ScopedSyntheticDelay() function in trace_event_internal::ScopedSyntheticDelay
211 ScopedSyntheticDelay::~ScopedSyntheticDelay() { in ~ScopedSyntheticDelay()