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

Method getTime

valdi_core/src/valdi_core/cpp/Utils/TimePoint.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39TimeInterval TimePoint::getTime() const {
40 return _time;
41}
42
43int64_t TimePoint::getTimeMs() const {
44 return static_cast<int64_t>(_time * 1000.0);

Callers 15

TimePoint.cppFile · 0.80
fillEventTimeFunction · 0.80
_onMessageMethod · 0.80
looseEqualFunction · 0.80
TEST_PMethod · 0.80
getCurrentEventTimeMethod · 0.80
flushMethod · 0.80
flushOnDrawCallbacksMethod · 0.80
buildContextMethod · 0.80
onConsoleMessageAddedFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_PMethod · 0.64
TESTFunction · 0.64