mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
trace: initial support for code trace
This commit is contained in:
@@ -6921,7 +6921,7 @@ FileNode FileStorage::root(int streamidx) const
|
||||
|
||||
FileStorage& operator << (FileStorage& fs, const String& str)
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
CV_TRACE_REGION_VERBOSE();
|
||||
|
||||
enum { NAME_EXPECTED = FileStorage::NAME_EXPECTED,
|
||||
VALUE_EXPECTED = FileStorage::VALUE_EXPECTED,
|
||||
|
||||
Reference in New Issue
Block a user