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

Function getOpTraceSplitFilePath

bolt/exec/TraceUtil.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128std::string getOpTraceSplitFilePath(const std::string& opTraceDir) {
129 return fmt::format("{}/{}", opTraceDir, OperatorTraceTraits::kSplitFileName);
130}
131
132std::string getOpTraceSummaryFilePath(const std::string& opTraceDir) {
133 return fmt::format(

Callers 4

getSplitInputStreamMethod · 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