Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ now_ms
Function
now_ms
test-app/runtime/src/main/cpp/Timers.cpp:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
static double now_ms() {
43
struct timespec res;
44
clock_gettime(CLOCK_MONOTONIC, &res);
45
return 1000.0 * res.tv_sec + (double) res.tv_nsec / 1e6;
46
}
47
48
namespace tns {
49
Callers
3
addTask
Method · 0.85
threadLoop
Method · 0.85
SetTimer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected