Searched refs:newClock (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/atrace/
H A Datrace.cpp463 std::string newClock; local
465 newClock = "boot";
467 newClock = "mono";
469 newClock = "global";
474 if (newClock.compare(0, std::string::npos, clockStr, begin, end-begin) == 0) {
477 return writeStr(k_traceClockPath, newClock.c_str());

Completed in 271 milliseconds