Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dprofile-generator.cc582 top_down_(profiler->isolate(), profiler->code_entries()), in CpuProfile()
632 top_down_.AddPathFromEnd(path, src_line, update_stats, options_.mode()); in AddPath()
657 top_down_.pending_nodes_count() >= kNodesFlushCount) { in AddPath()
693 std::vector<const ProfileNode*> pending_nodes = top_down_.TakePendingNodes(); in StreamPendingTraceEvents()
928 top_down_.Print(); in Print()
Dprofile-generator.h432 const ProfileTree* top_down() const { return &top_down_; } in top_down()
461 ProfileTree top_down_; variable