API for a filter to apply on profiling certain application

Questions about YourKit Java Profiler
Post Reply
kittysoman2013
Posts: 1
Joined: Tue May 26, 2020 6:13 pm

API for a filter to apply on profiling certain application

Post by kittysoman2013 »

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 »

Filters are applied in the profiler UI, there is no filtering in runtime:
https://www.yourkit.com/docs/java/help/filters.jsp
Post Reply