MCPcopy Create free account
hub / github.com/android/ndk-samples / stats_startFrame

Function stats_startFrame

bitmap-plasma/app/src/main/cpp/plasma.cpp:271–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271static void stats_startFrame(Stats* s) { s->frameTime = now_ms(); }
272
273static void stats_endFrame(Stats* s) {
274 double now = now_ms();

Callers 1

RenderPlasmaFunction · 0.85

Calls 1

now_msFunction · 0.85

Tested by

no test coverage detected