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

Method benchQidCopyPush

kdevplatform/language/duchain/tests/test_identifier.cpp:190–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void TestIdentifier::benchQidCopyPush()
191{
192 QBENCHMARK {
193 Identifier id(QStringLiteral("foo"));
194 QualifiedIdentifier base(id);
195 QualifiedIdentifier copy(base);
196 copy.push(id);
197 }
198}
199
200#include "moc_test_identifier.cpp"

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected