Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ milliseconds
Method
milliseconds
valdi_core/src/valdi_core/cpp/Utils/Duration.cpp:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace Valdi {
12
13
double Duration::milliseconds() const {
14
return _duration * 1000;
15
}
16
17
double Duration::seconds() const {
18
return _duration;
Callers
3
TEST
Function · 0.45
performanceNow
Method · 0.45
forwardTouchEvent
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36