mchr3k / org.intrace

Java tracing agent and live trace client
http://mchr3k.github.com/org.intrace/
73 stars 18 forks source link

method-level granularity #36

Open eostermueller opened 10 years ago

eostermueller commented 10 years ago

Given a class name, InTrace provides all events for that class. If that class has 100 methods and you want events for just 1 -- you'll also receive events for the other 99 you're not interested in.

To minimize the amount of network traffic and other processing, would like to specify both a class and a method name (and probably method parameters) so InTrace only provides events for that specific method.

Thanks, --Erik