MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / ms

Function ms

src/cpp/test/web-ifc-test.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17using namespace webifc::io;
18
19long long ms()
20{
21 using namespace std::chrono;
22 milliseconds millis = duration_cast<milliseconds>(
23 system_clock::now().time_since_epoch());
24
25 return millis.count();
26}
27
28double RandomDouble(double lo, double hi)
29{

Callers 2

BenchmarkFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected