API for a filter to apply on profiling certain application

Questions about YourKit Java Profiler
Post Reply
gbhambri
Posts: 4
Joined: Mon Aug 10, 2015 8:55 am

API for a filter to apply on profiling certain application

Post by gbhambri »

I have connected to a host running my application on specific port and wanted to profile just specific packages and class of my interest? Is there any API to filter out there packages and classes ??
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: API for a filter to apply on profiling certain applicati

Post by Anton Katilin »

The filters are applied in UI, not in runtime. Please see detail:
https://www.yourkit.com/docs/java/help/filters.jsp

The only exception is CPU tracing with its adaptive tracing mode which acts like an automatic filtering. Since it does not require any configuration or user input, you should do nothing:
https://www.yourkit.com/docs/java/help/ ... ttings.jsp
gbhambri
Posts: 4
Joined: Mon Aug 10, 2015 8:55 am

Re: API for a filter to apply on profiling certain applicati

Post by gbhambri »

Thanks a lot.. for support
Post Reply