MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / now

Method now

sources/utils/InternalClock.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32const std::chrono::time_point<std::chrono::high_resolution_clock> InternalClock::startPrecise = std::chrono::high_resolution_clock::now();
33
34long long int InternalClock::now()
35{
36 return std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::steady_clock::now() - start).count();
37}
38
39
40long long int InternalClock::nowPrecise()

Callers 12

createHueUserFunction · 0.80
live_preview.jsFile · 0.80
feedWatcherFunction · 0.80
showNotificationFunction · 0.80
installLutFunction · 0.80
jsoneditor.min.jsFile · 0.80
hFunction · 0.80
tFunction · 0.80
iFunction · 0.80
jquery.min.jsFile · 0.80
atFunction · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected