MCPcopy Create free account
hub / github.com/Extra-Creativity/Modern-Cpp-Basics / main

Function main

08-String & Stream/code/Profile.cpp:132–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132int main()
133{
134 measure("sprintf() ", checkSPrintf);
135 measure("ostringstream", checkOStringStream);
136 measure("to_string() ", checkToString);
137 measure("to_chars() ", checkToChars);
138 measure("format() ", checkFormat);
139 measure("format_to() ", checkFormatTo);
140 return 0;
141}

Callers

nothing calls this directly

Calls 1

measureFunction · 0.85

Tested by

no test coverage detected