Searched refs:now_in_seconds (Results 1 - 1 of 1) sorted by path

/frameworks/native/cmds/atrace/
H A Datrace.cpp308 float now_in_seconds = systemTime(CLOCK_MONOTONIC) / 1000000000.0f; local
310 len = snprintf(buffer, 128, "trace_event_clock_sync: parent_ts=%f\n", now_in_seconds);

Completed in 459 milliseconds