mirror of
https://github.com/opencv/opencv.git
synced 2024-12-15 01:39:10 +08:00
b38de57f9a
- added functionality to collect memory usage of OpenCL sybsystem - memory usage of fastMalloc() (disabled by default): * It is not accurate sometimes - external memory profiler is required. - specify common `CV_TEST_TAG_` macros - added applyTestTag() function - write memory usage / enabled tags into Google Tests output file (.xml)
9 lines
257 B
C++
9 lines
257 B
C++
#include "opencv2/ts.hpp"
|
|
#include <opencv2/core/utils/logger.hpp>
|
|
#include "opencv2/core/utility.hpp"
|
|
#include "opencv2/core/private.hpp"
|
|
|
|
#ifdef GTEST_LINKED_AS_SHARED_LIBRARY
|
|
#error ts module should not have GTEST_LINKED_AS_SHARED_LIBRARY defined
|
|
#endif
|