Package | Description |
---|---|
org.jruby | |
org.jruby.runtime | |
org.jruby.runtime.profile |
The profile package contains the api to implement an profiler for jruby.
|
org.jruby.runtime.profile.builtin |
This package contains the implementation of
ProfilingService and all related
classes will be used for all profiling methods which are shipped with jruby. |
Class and Description |
---|
ProfileCollection
Each
ThreadContext has an ProfileCollection property in profile mode. |
ProfilingService
A ProfilingService is used to profile jruby programs.
|
Class and Description |
---|
ProfileCollection
Each
ThreadContext has an ProfileCollection property in profile mode. |
Class and Description |
---|
MethodEnhancer
Implementations of this interface will be used to enhance methods with profiling information/ callbacks.
|
ProfileCollection
Each
ThreadContext has an ProfileCollection property in profile mode. |
ProfileReporter
The used
ProfilingService will create an instance of this class
at the end of each RubyThread or at jruby shutdown the ProfileReporter.report(ProfileCollection)
is called with the ProfileCollection associated with the current Thread. |
ProfilingService
A ProfilingService is used to profile jruby programs.
|
Class and Description |
---|
ProfileCollection
Each
ThreadContext has an ProfileCollection property in profile mode. |
ProfilingService
A ProfilingService is used to profile jruby programs.
|
Copyright © 2001–2016 JRuby. All rights reserved.