[
https://issues.apache.org/jira/browse/DIRMINA-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512843
]
Mark Webb commented on DIRMINA-24:
----------------------------------
Added 2 classes that will measure the time it takes to execute a method that is
in the IoFilterAdapter class. The precision of time is either nanoseconds,
milliseconds or seconds. The classes are in org.apache.mina.filters, their
names are ProfilerTimerFilter and ProfilerTimerUnit. The classes are fully
javadoc'd.
> Performance profiler filter
> ---------------------------
>
> Key: DIRMINA-24
> URL: https://issues.apache.org/jira/browse/DIRMINA-24
> Project: MINA
> Issue Type: New Feature
> Components: Filter
> Affects Versions: 0.7.0, 0.8.0
> Reporter: Trustin Lee
>
> We could profile event handler methods of ProtocolHandler to find bottleneck
> in runtime. It will be very useful because filters can be added and removed
> on the fly in runtime.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.