Home
last modified time | relevance | path

Searched refs:mutable_profile (Results 1 – 3 of 3) sorted by relevance

/external/perf_data_converter/src/
Dperf_data_converter.cc324 Profile* profile = builder->mutable_profile(); in GetOrCreateBuilder()
369 Profile* profile = per_pid.builder->mutable_profile(); in GetOrCreateBuilder()
411 Profile* profile = builder->mutable_profile(); in AddOrGetMapping()
441 Profile* profile = builder->mutable_profile(); in AddOrUpdateSample()
511 Profile* profile = builder->mutable_profile(); in AddOrGetLocation()
637 auto pp = process_metas_[i].makeProcessProfile(b.mutable_profile()); in Profiles()
Dbuilder.h93 Profile *mutable_profile() { return profile_.get(); } in mutable_profile() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc736 *response.mutable_profile() = profile; in ExecuteGraphParallel()
908 result->mutable_profile())); in Execute()
932 *result->mutable_profile() = execution->profile(); in WaitForExecution()