Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
std::atomic<bool> g_trim_in_progress{false};
31
32
uint64_t NowMs() {
33
using namespace std::chrono;
34
return duration_cast<milliseconds>(steady_clock::now().time_since_epoch()).count();
35
}
36
} // namespace
37
38
namespace openshot {
Callers
1
TrimMemoryToOS
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected