Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A Dtrace.cc57 TraceLog* trace_log = nullptr; member
131 if (trace_log) { in Coalesced()
138 if (trace_log) { in Coalesced()
162 if (trace_log) { in Coalesced()
170 if (!trace_log) in Coalesced()
171 trace_log = new TraceLog; in Coalesced()
175 return !!trace_log; in Coalesced()
179 trace_log->Add(std::move(item)); in Coalesced()
183 if (!trace_log) in Coalesced()
186 std::vector<TraceItem*> events = trace_log in Coalesced()
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp765 ctx->trace_log = new TraceLog(ctx->config.trace_file_path); in astcenc_context_alloc()
766 if (!ctx->trace_log->m_file) in astcenc_context_alloc()
809 delete ctx->trace_log; in astcenc_context_free()
H A Dastcenc_internal.h1257 TraceLog* trace_log; member

Completed in 6 milliseconds