MCPcopy Create free account
hub / github.com/Alan-CRL/Inkeys / getNowMillsecond

Function getNowMillsecond

Timeout/InkeysTimeout/TimeoutMain.cpp:455–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455int getNowMillsecond()
456{
457 auto now = std::chrono::system_clock::now();
458 return (std::chrono::duration_cast<std::chrono::milliseconds>(now.time_since_epoch()) % 1000).count();
459}

Callers 1

WndProcFunction · 0.85

Calls 1

countMethod · 0.45

Tested by

no test coverage detected