Forum Discussion

stydofe1's avatar
13 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.

 

1 Reply

  • irina_lukina's avatar
    irina_lukina
    Super Contributor

    Hi,



    Please make sure that you've compiled your application in the debug configuration. If you try to profile the application in the release configuration, AQtime may not have access to some routines of the application.


    If the problem remains with the debug configuration, please contact our Support Team and send us your project, so we could reproduce this behavior and find a solution faster.


    Thanks.