MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / PrintResult

Method PrintResult

SpeedTest/TestFactory.cpp:43–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void TestFactory::PrintResult()
44{
45 for (int i = 0; i < std::size(s_testResults); ++i)
46 {
47 puts(std::format(
48 "#{}: {} ==> {} seconds\n",
49 i,
50 s_testResults[i].m_testName,
51 std::chrono::duration_cast<std::chrono::seconds>(s_testResults[i].m_duration)
52 ).data());
53 }
54}
55
56void TestFactory::Clear()
57{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected