Home | History | Annotate | Download | only in base

Lines Matching refs: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
47 Singleton<base::TraceLog>::get()->Trace(name, \
57 Singleton<base::TraceLog>::get()->Trace(name, \
66 Singleton<base::TraceLog>::get()->Trace(name, \
90 // Start logging trace events.
92 // Stop logging trace events.
95 // Log a trace event of (name, type, id) with the optional extra string.
96 void Trace(const std::string& name,
102 void Trace(const std::string& name,