Home
last modified time | relevance | path

Searched refs:pprof_profile_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.h89 std::unique_ptr<PprofProfile> pprof_profile_; variable
Dtfprof_code.cc508 pprof_profile_.reset(new PprofProfileImpl(&opts)); in ShowInternal()
511 Status s = pprof_profile_->WritePprofProfile( in ShowInternal()
530 pprof_profile_->AddSample(root, call_ids); in Format()
535 uint64 loc_id = pprof_profile_->AddLocation(node, root); in Format()