refactored gpu perf tests and fixed sanity tests
[profile/ivi/opencv.git] / modules / gpu / perf / perf_main.cpp
index f8eb23d..312b744 100644 (file)
@@ -1,7 +1,5 @@
 #include "perf_precomp.hpp"
 
-namespace{
-
 static void printOsInfo()
 {
 #if defined _WIN32
@@ -69,6 +67,4 @@ static void printCudaInfo()
 #endif
 }
 
-}
-
-CV_PERF_TEST_MAIN(gpu, printCudaInfo())
\ No newline at end of file
+CV_PERF_TEST_MAIN(gpu, printCudaInfo())