Updated Profiling OpenCV Applications (markdown)

Vadim Pisarevsky 2017-06-19 18:00:27 +03:00
parent aa1a687d81
commit b6d04ac42f

@ -1,6 +1,6 @@
OpenCV provides a tracing facility for efficient development of Computer Vision Applications.
Tracing framework is built-in directly into the OpenCV source code. To use it, you only need to compile and link your application with modern version of OpenCV.
Tracing framework is built-in directly into the OpenCV source code. To use it, you only need to compile and link your application with modern version of OpenCV. Tracing is enabled by default.
To profile your application, you can use these [OpenCV Tracing macros](#tracing-macro-list).
Important macros are: