Home | History | Annotate | Download | only in debug

Lines Matching full:trace

5 // Trace events to track application performance.  Events consist of a name
12 // trace report. In the future, it may use another mechansim to facilitate
55 base::debug::TraceLog::GetInstance()->Trace( \
66 base::debug::TraceLog::GetInstance()->Trace( \
76 base::debug::TraceLog::GetInstance()->Trace( \
103 // Start logging trace events.
105 // Stop logging trace events.
108 // Log a trace event of (name, type, id) with the optional extra string.
109 void Trace(const std::string& name,
115 void Trace(const std::string& name,