Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が持っているCコード(openCVを使用)はTBBを使用しているようで、TBBを使用しないものとパフォーマンスを比較したいと思います。
TBBを無効にする方法はありますか?
を試すsetNumThreads(0)か、より完全な解決策を得るには、ここで説明されているようにライブラリを再コンパイルしてみてください。
setNumThreads(0)