Options

Only show my code during profiling

fhofflanderfhofflander Posts: 2
edited November 25, 2016 4:24AM in ANTS Performance Profiler 9
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).

?ui=2&ik=ea07092d59&view=fimg&th=1589526ef2932302&attid=0.2&disp=emb&realattid=ii_158952629f197121&attbid=ANGjdJ-85mJc_mmcSqZTkO4M_iKZ2dYplsQppdWjIhGHlMyGs93EPYPG89rqs_K3uqu87IyWMR4GSW-_4foMSaRpeTymfw6CmfGcUiTpXxsV2U375ipoTy5ZahO8Xsk&sz=w1058-h1124&ats=1479971366345&rm=1589526ef2932302&zw&atsh=1

Is there a way to configure ANTs to only consider my code?

Comments

  • Options
    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.
    Have you visited our Help Centre?
Sign In or Register to comment.