MCPcopy Create free account
hub / github.com/KDE/kdevelop / runBenchmark

Function runBenchmark

kdevplatform/util/tests/test_path.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91template<typename T>
92void runBenchmark()
93{
94 QBENCHMARK {
95 const T base = stringToUrl<T>("/tmp/foo/bar");
96 generateData(base, 0);
97 }
98}
99
100void TestPath::initTestCase()

Callers

nothing calls this directly

Calls 1

generateDataFunction · 0.70

Tested by

no test coverage detected