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

Function getOpTraceSummaryFilePath

bolt/exec/TraceUtil.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132std::string getOpTraceSummaryFilePath(const std::string& opTraceDir) {
133 return fmt::format(
134 "{}/{}", opTraceDir, OperatorTraceTraits::kSummaryFileName);
135}
136
137std::vector<std::string> getTaskIds(
138 const std::string& traceDir,

Callers 4

writeSummaryMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68