Options

ANTS skips certain methods?

Why does ANTS skip certain methods like SqlDataAdapter's fill method? Is there a way to enable profiling of these methods to see how much time is being spent during their executions?

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi Steve,

    ANTS Profiler should not be skipping any methods. The most common reasons why you would not see a particular managed method in the results are when the "hide insignificant methods" option is selected, the "profile only methods with source" option is employed, or is hidden away deep in the stack trace. You can use the "find" menu item to make sure it's actually not in the results somewhere and you can use the "show all methods" dropdown in the results to reveal any methods that don't have source code such as the built-in FCL methods.
Sign In or Register to comment.