Only show my code during profiling
fhofflander
Posts: 2
I´m working with a plugin to a program. When I debug my program a dll is generated from my code and I start a 3d-party exe that then runs my dll (and also a bunch of other dlls).
The problem is that when I profile this I only get info of which functions in the 3d-party code that is "hot" (see picture).
Is there a way to configure ANTs to only consider my code?
The problem is that when I profile this I only get info of which functions in the 3d-party code that is "hot" (see picture).
Is there a way to configure ANTs to only consider my code?
Comments
Other than that, I'm afraid there's no configuration that could achieve this.