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)