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.h90 std::unique_ptr<PprofProfile> pprof_profile_; variable
Dtfprof_code.cc510 pprof_profile_.reset(new PprofProfileImpl(&opts)); in ShowInternal()
513 Status s = pprof_profile_->WritePprofProfile( in ShowInternal()
532 pprof_profile_->AddSample(root, call_ids); in Format()
537 uint64 loc_id = pprof_profile_->AddLocation(node, root); in Format()