MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / TraceLog

Method TraceLog

Source/astcenc_diagnostic_trace.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37static const size_t g_trace_indent = 2;
38
39TraceLog::TraceLog(
40 const char* file_name):
41 m_file(file_name, std::ofstream::out | std::ofstream::binary)
42{
43 assert(!g_TraceLog);
44 g_TraceLog = this;
45 m_root = new TraceNode("root");
46}
47
48/* See header for documentation. */
49TraceNode* TraceLog::get_current_leaf()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected