MCPcopy Create free account
hub / github.com/bytedance/bolt / getNodeTraceDirectory

Function getNodeTraceDirectory

bolt/exec/TraceUtil.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

getOpTraceDirectoryFunction · 0.85
TEST_FFunction · 0.85
OperatorReplayerBaseMethod · 0.85
printTaskTraceSummaryFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68