Home | History | Annotate | Download | only in debug

Lines Matching refs:TraceLog

46 // Use the following macros rather than using the TraceLog class directly as the
55 base::debug::TraceLog::GetInstance()->Trace( \
57 base::debug::TraceLog::EVENT_BEGIN, \
66 base::debug::TraceLog::GetInstance()->Trace( \
68 base::debug::TraceLog::EVENT_END, \
76 base::debug::TraceLog::GetInstance()->Trace( \
78 base::debug::TraceLog::EVENT_INSTANT, \
91 class TraceLog {
99 static TraceLog* GetInstance();
125 friend struct DefaultSingletonTraits<TraceLog>;
127 TraceLog();
128 ~TraceLog();
143 RepeatingTimer<TraceLog> timer_;