| 106 | } |
| 107 | |
| 108 | std::string getOpTraceDirectory( |
| 109 | const std::string& taskTraceDir, |
| 110 | const std::string& nodeId, |
| 111 | uint32_t pipelineId, |
| 112 | uint32_t driverId) { |
| 113 | return getOpTraceDirectory( |
| 114 | getNodeTraceDirectory(taskTraceDir, nodeId), pipelineId, driverId); |
| 115 | } |
| 116 | |
| 117 | std::string getOpTraceDirectory( |
| 118 | const std::string& nodeTraceDir, |