MCPcopy Create free account
hub / github.com/MegEngine/MegCC / ssprintf

Function ssprintf

compiler/tools/kernel_exporter/utils.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47std::string ssprintf(const char* fmt, ...) {
48 va_list ap;
49 va_start(ap, fmt);
50 auto rst = svsprintf(fmt, ap);
51 va_end(ap);
52 return rst;
53}

Callers 5

kernel_name_to_typeMethod · 0.85
get_arch_typeMethod · 0.85
gen_kenrelsMethod · 0.85
config_attrFunction · 0.85
proxy_kernelFunction · 0.85

Calls 1

svsprintfFunction · 0.70

Tested by 1

proxy_kernelFunction · 0.68