mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
Merge pull request #25942 from asmorkalov:as/hal_report
Report used HAL to test log and xml
This commit is contained in:
commit
93b607dc72
@ -1127,6 +1127,7 @@ void SystemInfoCollector::OnTestProgramStart(const testing::UnitTest&)
|
||||
recordPropertyVerbose("cv_build_type", "Build type", getSnippetFromConfig("Configuration:", "\n"), CV_TEST_BUILD_CONFIG);
|
||||
recordPropertyVerbose("cv_compiler", "Compiler", getSnippetFromConfig("C++ Compiler:", "\n"));
|
||||
recordPropertyVerbose("implementation_hint", "Algorithm hint", getSnippetFromConfig("Algorithm Hint:", "\n"));
|
||||
recordPropertyVerbose("hal", "HAL", getSnippetFromConfig("Custom HAL:", "\n"));
|
||||
const char* parallelFramework = cv::currentParallelFramework();
|
||||
if (parallelFramework)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user