| 94 | } |
| 95 | |
| 96 | std::string getNodeTraceDirectory( |
| 97 | const std::string& taskTraceDir, |
| 98 | const std::string& nodeId) { |
| 99 | return fmt::format("{}/{}", taskTraceDir, nodeId); |
| 100 | } |
| 101 | |
| 102 | std::string getPipelineTraceDirectory( |
| 103 | const std::string& nodeTraceDir, |
no outgoing calls