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

Function getTaskTraceDirectory

bolt/exec/TraceUtil.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77std::string getTaskTraceDirectory(
78 const std::string& traceDir,
79 const Task& task) {
80 return getTaskTraceDirectory(
81 traceDir, task.queryCtx()->queryId(), task.taskId());
82}
83
84std::string getTaskTraceDirectory(
85 const std::string& traceDir,

Callers 13

maybeMakeTraceConfigMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
OperatorReplayerBaseMethod · 0.85
printTaskTraceSummaryFunction · 0.85
printSummaryFunction · 0.85
initMethod · 0.85
createReplayerMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 3

getQueryTraceDirectoryFunction · 0.85
queryCtxMethod · 0.80
queryIdMethod · 0.45

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