Hello everyone !
I put a serial program modifications for parallel programs with Intel TBB.Now the serial program is running one hour,and the parallel program is running just 10 minutes. Analyze the serial program with VTune Amplifier is OK! But analyze the parallel program with VTune Amplifier is hard. After the program is running out,the VTune Amplifier is finalizing results and loading '6684-1264.0.trace'file forever,i look at the 'data.0' folder,there are so many '.cs' and '.th'file,but the serial program's 'data.0' folder is not have so many files. What should i do ?
Thank you!