Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
3ffe0f01
Commit
3ffe0f01
authored
Oct 15, 2012
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused tbb::task_scheduler_init from perf tests
parent
c3881ede
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
ts_perf.hpp
modules/ts/include/opencv2/ts/ts_perf.hpp
+0
-5
ts_perf.cpp
modules/ts/src/ts_perf.cpp
+0
-3
No files found.
modules/ts/include/opencv2/ts/ts_perf.hpp
View file @
3ffe0f01
...
...
@@ -346,11 +346,6 @@ private:
friend
class
_declareHelper
;
friend
class
Regression
;
#ifdef HAVE_TBB
cv
::
Ptr
<
tbb
::
task_scheduler_init
>
p_tbb_initializer
;
#else
cv
::
Ptr
<
int
>
fixme
;
#endif
bool
verified
;
public
:
...
...
modules/ts/src/ts_perf.cpp
View file @
3ffe0f01
...
...
@@ -1088,9 +1088,6 @@ void TestBase::TearDown()
if
(
type_param
)
printf
(
"[ TYPE ]
\t
%s
\n
"
,
type_param
),
fflush
(
stdout
);
reportMetrics
(
true
);
}
#ifdef HAVE_TBB
p_tbb_initializer
.
release
();
#endif
}
std
::
string
TestBase
::
getDataPath
(
const
std
::
string
&
relativePath
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment