1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Perf tests: improved reporting when test fails because of exception

This commit is contained in:
Andrey Kamaev
2011-09-09 13:21:26 +00:00
parent 5ab6d5a05a
commit ab3ec788ce
3 changed files with 19 additions and 4 deletions
@@ -187,6 +187,7 @@ typedef struct CV_EXPORTS performance_metrics
TERM_ITERATIONS = 0,
TERM_TIME = 1,
TERM_INTERRUPT = 2,
TERM_EXCEPTION = 3,
TERM_UNKNOWN = -1
};