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

Function getOpTraceInputFilePath

bolt/exec/TraceUtil.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124std::string getOpTraceInputFilePath(const std::string& opTraceDir) {
125 return fmt::format("{}/{}", opTraceDir, OperatorTraceTraits::kInputFileName);
126}
127
128std::string getOpTraceSplitFilePath(const std::string& opTraceDir) {
129 return fmt::format("{}/{}", opTraceDir, OperatorTraceTraits::kSplitFileName);

Callers 6

getInputStreamMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68