Class ProfiledMethods

java.lang.Object
org.jruby.runtime.profile.builtin.ProfiledMethods

public class ProfiledMethods extends Object
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 Details

    • ProfiledMethods

      public ProfiledMethods(Ruby runtime)
  • Method Details