MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / printf

Function printf

src/tinyformat.h:1096–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094/// Format list of arguments to std::cout, according to the given format string
1095template<typename... Args>
1096void printf(FormatStringCheck<sizeof...(Args)> fmt, const Args&... args)
1097{
1098 format(std::cout, fmt, args...);
1099}
1100
1101template<typename... Args>
1102void printfln(FormatStringCheck<sizeof...(Args)> fmt, const Args&... args)

Callers 15

print_numberFunction · 0.85
run_benchmarkFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
print_numberFunction · 0.85
run_benchmarkFunction · 0.85
get_itersFunction · 0.85
testrand_initFunction · 0.85
helpFunction · 0.85

Calls 1

formatFunction · 0.70

Tested by 9

mainFunction · 0.68
mainFunction · 0.68
testrand_initFunction · 0.68
print_argsFunction · 0.68
helpFunction · 0.68
print_test_listFunction · 0.68
run_test_logFunction · 0.68
tf_runFunction · 0.68
mainFunction · 0.68