| 35 | } |
| 36 | |
| 37 | GraphNodeProto Profiler::ProfileNameScope(const Options& options) { |
| 38 | stats_->BuildView(kCmds[0]); |
| 39 | return stats_->ShowGraphNode(kCmds[0], options); |
| 40 | } |
| 41 | |
| 42 | MultiGraphNodeProto Profiler::ProfileOperations(const Options& options) { |
| 43 | stats_->BuildView(kCmds[3]); |