Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dtrace.cc57 TraceLog* trace_log = nullptr; variable
131 if (trace_log) { in ScopedTrace()
138 if (trace_log) { in ScopedTrace()
162 if (trace_log) { in Done()
170 if (!trace_log) in EnableTracing()
171 trace_log = new TraceLog; in EnableTracing()
175 return !!trace_log; in TracingEnabled()
179 trace_log->Add(std::move(item)); in AddTrace()
183 if (!trace_log) in SummarizeTraces()
186 std::vector<TraceItem*> events = trace_log->events(); in SummarizeTraces()
[all …]