| 40 | } |
| 41 | |
| 42 | MultiGraphNodeProto Profiler::ProfileOperations(const Options& options) { |
| 43 | stats_->BuildView(kCmds[3]); |
| 44 | return stats_->ShowMultiGraphNode(kCmds[3], options); |
| 45 | } |
| 46 | |
| 47 | Status Profiler::SerializeToString(string* content) { |
| 48 | if (!content) { |