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

Method insert

kdevplatform/language/duchain/tests/bench_hashes.cpp:93–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void BenchHashes::insert()
94{
95 QFETCH(bool, useStl);
96 QFETCH(InputData, data);
97
98 if (useStl) {
99 QBENCHMARK {
100 StlHash hash;
101 insertData(hash, data);
102 }
103 } else {
104 QBENCHMARK {
105 QStringHash hash;
106 insertData(hash, data);

Callers 15

setFeaturesMethod · 0.45
operator()Method · 0.45
loadChainMethod · 0.45
loadInformationMethod · 0.45
addContextsForRemovalMethod · 0.45
storeInformationListMethod · 0.45
FOREACH_FUNCTIONMethod · 0.45
addDocumentChainMethod · 0.45
documentLoadedPrepareMethod · 0.45

Calls 1

insertDataFunction · 0.70

Tested by

no test coverage detected