| 130 | } |
| 131 | |
| 132 | std::string getOpTraceSummaryFilePath(const std::string& opTraceDir) { |
| 133 | return fmt::format( |
| 134 | "{}/{}", opTraceDir, OperatorTraceTraits::kSummaryFileName); |
| 135 | } |
| 136 | |
| 137 | std::vector<std::string> getTaskIds( |
| 138 | const std::string& traceDir, |
no outgoing calls