Made perf tests record module name, selected implementation and number of threads.
This commit is contained in:
@@ -734,6 +734,11 @@ void TestBase::Init(const std::vector<std::string> & availableImpls,
|
||||
_timeadjustment = _calibrate();
|
||||
}
|
||||
|
||||
void TestBase::RecordRunParameters()
|
||||
{
|
||||
::testing::Test::RecordProperty("cv_implementation", param_impl);
|
||||
::testing::Test::RecordProperty("cv_num_threads", param_threads);
|
||||
}
|
||||
|
||||
std::string TestBase::getSelectedImpl()
|
||||
{
|
||||
|
Reference in New Issue
Block a user