MCPcopy Create free account
hub / github.com/apple/foundationdb / pingTraceLogWriterThread

Function pingTraceLogWriterThread

flow/Trace.cpp:880–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878}
879
880Future<Void> pingTraceLogWriterThread() {
881 return g_traceLog.pingWriterThread();
882}
883
884TraceEvent::TraceEvent(const char* type, UID id) : BaseTraceEvent(SevInfo, type, id) {
885 setMaxFieldLength(0);

Callers 1

Calls 1

pingWriterThreadMethod · 0.80

Tested by

no test coverage detected