XCode Multithreading does not work in Visual Studio 2015 -


i have written c++ opencv trackers multi threads. on building program xcode find 3 cpu cores being used , speed of tld tracked increases 50 %.

however when build same project in visual studio using same code multi threads 1 cpu core utilized , tracker speed doesn't increase. there ain't difference between multi threads , single thread sequential program.

i don't know why happens , how initialize threads in visual studio 2015.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -