Comments
1 comment
-
I think the only way you could do this is to profile the methods with source, and then make sure you don't have the pdb files for things you don't want profiling, as it will ignore things that it can't find the program database.
Other than that, I'm afraid there's no configuration that could achieve this.
Add comment
Please sign in to leave a comment.
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?