| 69 | } |
| 70 | |
| 71 | std::string getQueryTraceDirectory( |
| 72 | const std::string& traceDir, |
| 73 | const std::string& queryId) { |
| 74 | return fmt::format("{}/{}", traceDir, queryId); |
| 75 | } |
| 76 | |
| 77 | std::string getTaskTraceDirectory( |
| 78 | const std::string& traceDir, |
no outgoing calls