MCPcopy 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

11namespace Valdi {
12
13double Duration::milliseconds() const {
14 return _duration * 1000;
15}
16
17double Duration::seconds() const {
18 return _duration;

Callers 3

TESTFunction · 0.45
performanceNowMethod · 0.45
forwardTouchEventMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36