Class CalleeProfilingInformation


  • public final class CalleeProfilingInformation
    extends ProfilingInformation
    Holds information of a callee-relation.
    Each instance represents a method that is called during an active other method.
    • Constructor Detail

      • CalleeProfilingInformation

        public CalleeProfilingInformation​(MethodProfilingInformation callee)
        C'tor to create a new callee information.
        Parameters:
        callee - The method information of the callee.