Searched refs:execution_profile_ (Results 1 – 6 of 6) sorted by relevance
71 execution_profile_ = profile; in set_execution_profile()76 return execution_profile_; in execution_profile()
89 ExecutionProfile* execution_profile_ = nullptr; variable
145 return execution_profile_; in execution_profile()192 ExecutionProfile execution_profile_ GUARDED_BY(mutex_);
196 execution_profile_.set_compute_time_ns(std::max(nanoseconds, 1.0)); in ExecuteComputeFunction()199 execution_profile_.set_compute_cycle_count( in ExecuteComputeFunction()
174 execution_profile_.set_compute_time_ns(std::max(nanoseconds, 1.0)); in ExecuteThunks()178 execution_profile_.set_compute_cycle_count( in ExecuteThunks()
118 execution_profile_.set_compute_time_ns(std::max(nanoseconds, 1.0)); in ExecuteOnStream()