HomeSort by relevance Sort by last modified time
    Searched refs:now_in_seconds (Results 1 - 2 of 2) sorted by null

  /external/libmojo/base/trace_event/
trace_event_android.cc 207 double now_in_seconds = (TimeTicks::Now() - TimeTicks()).InSecondsF(); local
209 "trace_event_clock_sync: parent_ts=%f\n", now_in_seconds);
  /frameworks/native/cmds/atrace/
atrace.cpp 344 float now_in_seconds = systemTime(CLOCK_MONOTONIC) / 1000000000.0f; local
346 len = snprintf(buffer, 128, "trace_event_clock_sync: parent_ts=%f\n", now_in_seconds);
    [all...]

Completed in 2535 milliseconds