mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #386, further samples / performance tests
* especially impact of find performance on interpolator
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKMISCTEST_SAMPLESPERFORMANCEINDEX_H
|
||||
#define BLACKMISCTEST_SAMPLESPERFORMANCEINDEX_H
|
||||
|
||||
#include "blackmisc/avaircraftsituationlist.h"
|
||||
#include <QTextStream>
|
||||
|
||||
namespace BlackMiscTest
|
||||
@@ -26,6 +27,15 @@ namespace BlackMiscTest
|
||||
//! Impact of implementation type
|
||||
static int samplesImplementationType(QTextStream &out, int numberOfCallsigns, int numberOfTimes);
|
||||
|
||||
//! Interpolator scenario
|
||||
static int interpolatorScenario(QTextStream &out, int numberOfCallsigns, int numberOfTimes);
|
||||
|
||||
//! Situation values for testing
|
||||
static BlackMisc::Aviation::CAircraftSituationList createSituations(qint64 baseTimeEpoch, int numberOfCallsigns, int numberOfTimes);
|
||||
|
||||
private:
|
||||
static const qint64 DeltaTime = 10;
|
||||
|
||||
};
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user