Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dshadertoy_renderer.cpp94 static double start_time = NowInMs(); in DrawFrame() local
113 float global_time = (float)(NowInMs() - start_time); in DrawFrame()
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto163 optional int64 start_time = 3; field