Class BuiltinProfilingService.DefaultProfileReporter
java.lang.Object
org.jruby.runtime.profile.builtin.BuiltinProfilingService.DefaultProfileReporter
- All Implemented Interfaces:
ProfileReporter
- Enclosing class:
- BuiltinProfilingService
private static final class BuiltinProfilingService.DefaultProfileReporter
extends Object
implements ProfileReporter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate RubyInstanceConfigprivate Rubyvoidreport(ProfileCollection collector) At the end of eachRubyThreador at jruby shutdown this method is called with theProfileCollectionassociated with the current Thread.
-
Field Details
-
context
-
-
Constructor Details
-
DefaultProfileReporter
-
-
Method Details
-
getRuntime
-
getConfig
-
report
Description copied from interface:ProfileReporterAt the end of eachRubyThreador at jruby shutdown this method is called with theProfileCollectionassociated with the current Thread.- Specified by:
reportin interfaceProfileReporter- Parameters:
collector- the profile information to report. print to file, system out, send ot a profile server, ...
-