Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.cc396 top_down_(profiler->isolate()), in CpuProfile()
410 top_down_.AddPathFromEnd(path, src_line, update_stats); in AddPath()
418 top_down_.pending_nodes_count() >= kNodesFlushCount) { in AddPath()
453 std::vector<const ProfileNode*> pending_nodes = top_down_.TakePendingNodes(); in StreamPendingTraceEvents()
507 top_down_.Print(); in Print()
Dprofile-generator.h279 const ProfileTree* top_down() const { return &top_down_; } in top_down()
304 ProfileTree top_down_; variable