Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
template<typename T>
92
void runBenchmark()
93
{
94
QBENCHMARK {
95
const T base = stringToUrl<T>(
"/tmp/foo/bar"
);
96
generateData(base, 0);
97
}
98
}
99
100
void TestPath::initTestCase()
Callers
nothing calls this directly
Calls
1
generateData
Function · 0.70
Tested by
no test coverage detected