Searched refs:time_nanos (Results 1 – 4 of 4) sorted by relevance
204 void RecordInput(int64 time_nanos) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in RecordInput() argument206 DCHECK_LE(last_output_time_, time_nanos); in RecordInput()207 input_time_ += time_nanos - last_output_time_; in RecordInput()212 void RecordOutput(int64 time_nanos) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in RecordOutput() argument213 last_output_time_ = time_nanos; in RecordOutput()
282 void record_start(int64 time_nanos) TF_LOCKS_EXCLUDED(mu_) { in record_start() argument284 work_start_ = time_nanos; in record_start()288 void record_stop(int64 time_nanos) TF_LOCKS_EXCLUDED(mu_) { in record_stop() argument291 processing_time_ += time_nanos - work_start_; in record_stop()
15 int64 time_nanos = 9; field
83 int64 time_nanos = 9; field