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

Function getOpTraceDirectory

bolt/exec/TraceUtil.cpp:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108std::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
117std::string getOpTraceDirectory(
118 const std::string& nodeTraceDir,

Callers 11

OperatorTraceScanMethod · 0.85
maybeSetTracerMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
getSplitsMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_PFunction · 0.85

Calls 1

getNodeTraceDirectoryFunction · 0.85

Tested by 7

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_PFunction · 0.68