Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
455
int 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
WndProc
Function · 0.85
Calls
1
count
Method · 0.45
Tested by
no test coverage detected