mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Performance samples as discussed:
* Vector vs List * getByCallsign.getTimeBefore vs. getTimeBefore.getByCallsign
This commit is contained in:
@@ -20,8 +20,12 @@ namespace BlackMiscTest
|
||||
class CSamplesPerformance
|
||||
{
|
||||
public:
|
||||
//! Run the samples
|
||||
static int samples(QTextStream &out);
|
||||
//! Copy, create, RegEx
|
||||
static int samplesMisc(QTextStream &out);
|
||||
|
||||
//! Impact of implementation type
|
||||
static int samplesImplementationType(QTextStream &out, int numberOfCallsigns, int numberOfTimes);
|
||||
|
||||
};
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user