MCPcopy Create free account
hub / github.com/baldurk/renderdoc / curtime

Function curtime

renderdoccmd/renderdoccmd_android.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75const float splashFadePeriod = 45 * 60.0f;
76
77float curtime()
78{
79 timespec ts;
80 clock_gettime(CLOCK_MONOTONIC, &ts);
81 return float(ts.tv_sec) + float(ts.tv_nsec & 0xffffffff) / 1000000000.0f;
82}
83
84void DisplayGenericSplash()
85{

Callers 2

DisplayGenericSplashFunction · 0.85
android_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected