Home
last modified time | relevance | path

Searched refs:time_nanos (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dmodel.h188 void record_start(int64 time_nanos) LOCKS_EXCLUDED(mu_) { in record_start() argument
190 work_start_[std::this_thread::get_id()] = time_nanos; in record_start()
194 void record_stop(int64 time_nanos) LOCKS_EXCLUDED(mu_) { in record_stop() argument
199 processing_time_ += time_nanos - iter->second; in record_stop()
/external/tensorflow/tensorflow/core/profiler/
Dprofile.proto15 int64 time_nanos = 9; field
/external/perf_data_converter/src/
Dprofile.proto72 int64 time_nanos = 9; field
/external/perfetto/protos/third_party/pprof/
Dprofile.proto84 int64 time_nanos = 9; field