| 136 | } |
| 137 | |
| 138 | void TFStats::BuildAllViews() { |
| 139 | std::vector<string> cmds_str(kCmds, kCmds + sizeof(kCmds) / sizeof(*kCmds)); |
| 140 | for (const string& cmd : cmds_str) { |
| 141 | BuildView(cmd); |
| 142 | } |
| 143 | } |
| 144 | |
| 145 | const GraphNodeProto& TFStats::ShowGraphNode(const string& cmd, |
| 146 | const Options& opts) const { |
no outgoing calls