MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / NowMs

Function NowMs

src/MemoryTrim.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30std::atomic<bool> g_trim_in_progress{false};
31
32uint64_t NowMs() {
33 using namespace std::chrono;
34 return duration_cast<milliseconds>(steady_clock::now().time_since_epoch()).count();
35}
36} // namespace
37
38namespace openshot {

Callers 1

TrimMemoryToOSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected