In my applicaiton I have a main file which runs the server defined in other libraries which are linked to this main binary. When I profile any function defined in this main file I get the data on the GUI connected over network but when I add the profiling code to any other part of my codebase which are essentially bunch of smaller projects linked into libs and then linked to main binary I do not get any data.
I made sure that I have some blocks that are sure to be closed and also added the macro to enable profiling in those libs but no data.
Can someone please help.
In my applicaiton I have a main file which runs the server defined in other libraries which are linked to this main binary. When I profile any function defined in this main file I get the data on the GUI connected over network but when I add the profiling code to any other part of my codebase which are essentially bunch of smaller projects linked into libs and then linked to main binary I do not get any data.
I made sure that I have some blocks that are sure to be closed and also added the macro to enable profiling in those libs but no data.
Can someone please help.