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

Method duration

valdi_core/src/valdi_core/cpp/Utils/Trace.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27TraceDuration RecordedTrace::duration() const {
28 return TraceDuration(end - start);
29}
30
31ScopedTrace::ScopedTrace(const StringBox& trace) : _trace(trace.toStringView()), _snapTrace(_trace) {
32 begin();

Callers 2

TESTFunction · 0.80
LottieAnimatedImageMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64