Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_diagnostic_trace.cpp32 static TraceLog* g_TraceLog = nullptr;
37 TraceLog::TraceLog( in TraceLog() function in TraceLog
47 TraceNode* TraceLog::get_current_leaf() in get_current_leaf()
58 int TraceLog::get_depth() in get_depth()
64 TraceLog::~TraceLog() in ~TraceLog()
Dastcenc_diagnostic_trace.h120 class TraceLog
130 TraceLog(const char* file_name);
137 ~TraceLog();
Dastcenc_internal.h1379 class TraceLog; variable
1429 TraceLog* trace_log;
Dastcenc_entry.cpp758 ctx->trace_log = new TraceLog(ctx->config.trace_file_path); in astcenc_context_alloc()
/third_party/gn/src/gn/
Dtrace.cc28 class TraceLog { class
30 TraceLog() { events_.reserve(16384); } in TraceLog() function in __anonb99bff850111::TraceLog
53 TraceLog(const TraceLog&) = delete;
54 TraceLog& operator=(const TraceLog&) = delete;
57 TraceLog* trace_log = nullptr;
171 trace_log = new TraceLog; in EnableTracing()
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc202 base::trace_event::TraceLog::GetInstance()->set_process_name( in RenderThreadStarted()