Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
TraceDuration RecordedTrace::duration() const {
28
return TraceDuration(end - start);
29
}
30
31
ScopedTrace::ScopedTrace(const StringBox& trace) : _trace(trace.toStringView()), _snapTrace(_trace) {
32
begin();
Callers
2
TEST
Function · 0.80
LottieAnimatedImage
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64