| 30 | } |
| 31 | |
| 32 | GraphNodeProto Profiler::ProfileGraph(const Options& options) { |
| 33 | stats_->BuildView(kCmds[1]); |
| 34 | return stats_->ShowGraphNode(kCmds[1], options); |
| 35 | } |
| 36 | |
| 37 | GraphNodeProto Profiler::ProfileNameScope(const Options& options) { |
| 38 | stats_->BuildView(kCmds[0]); |