Home
last modified time | relevance | path

Searched defs:now (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dtimer.proto29 int64 now = 2; field
58 uint64 now = 3; field
79 uint64 now = 2; field
98 uint64 now = 4; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dtimer.proto29 int64 now = 2; field
58 uint64 now = 3; field
79 uint64 now = 2; field
98 uint64 now = 4; field
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_data_repeater.cpp126 struct timespec now = {}; in TakeRawData() local
Dhook_standalone.cpp159 time_t now = time(NULL); in ReadShareMemory() local
/developtools/hiperf/demo/cpp/
Dhiperf_example_cmd.cpp144 auto now = std::chrono::steady_clock::now(); in LoopFunction() local