14 years ago
profile a multiple-thread program
I want to profile a mulitple thread program, but QAtime has some trouble profiling in the program the routines with parallel regions, I am using openMP for the parallel programming. The parallel regions are defined with OpenMP parallel directives.
one of workaround to resolve the problem is to define an area which excludes the routines with parallel regions, and profile the area instead of a full check. Is this a known issue or I miss something in program settings.
one of workaround to resolve the problem is to define an area which excludes the routines with parallel regions, and profile the area instead of a full check. Is this a known issue or I miss something in program settings.