MCPcopy Create free account
hub / github.com/Snapchat/Valdi / begin

Method begin

valdi_core/src/valdi_core/cpp/Utils/Trace.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void ScopedTrace::begin() {
57 snap::profiling::TraceBegin traceBegin;
58 traceBegin.name = _trace;
59
60 _osEmitter.begin(traceBegin);
61}
62
63void ScopedTrace::end() {
64 snap::profiling::TraceEnd traceEnd;

Callers 15

ValueMapIteratorMethod · 0.45
fromEntriesMethod · 0.45
writeMethod · 0.45
joinMethod · 0.45
makeMethod · 0.45
stopRecordingMethod · 0.45
unmarshallBinaryFunction · 0.45
operator()Method · 0.45
callMethod · 0.45
eraseIfFunction · 0.45
eraseFirstIfFunction · 0.45
sortedMapKeysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected