Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.h279 const ProfileTree* top_down() const { return &top_down_; } in top_down()
302 ProfileTree top_down_; variable
Dprofile-generator.cc407 top_down_(profiler->isolate()), in CpuProfile()
414 top_down_.AddPathFromEnd(path, src_line, update_stats); in AddPath()
427 top_down_.Print(); in Print()