Class ProfiledMethods
java.lang.Object
org.jruby.runtime.profile.builtin.ProfiledMethods
This is a collection af all methods which will be profiled.
Current it's just a wrapper for a
NonBlockingHashMapLong
,
but the implementation can be changed in the future without changing the interface.- Author:
- Andre Kullmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProfiledMethod
(String name, DynamicMethod method) getProfiledMethod
(long serial)
-
Constructor Details
-
ProfiledMethods
-
-
Method Details
-
addProfiledMethod
-
getProfiledMethod
-