Interface IPerfChildStats


public interface IPerfChildStats
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    times this child was called from given parent
     
    long
    total ticks
    void
    increments the # of times called
    void
    incrTotal(long ticks)
    add to the total
  • Method Details

    • getPerfSchema

      IPerfSchema getPerfSchema()
      Returns:
    • getCalled

      int getCalled()
      times this child was called from given parent
      Returns:
    • incrCalled

      void incrCalled()
      increments the # of times called
    • getTotal

      long getTotal()
      total ticks
      Returns:
    • incrTotal

      void incrTotal(long ticks)
      add to the total
      Parameters:
      ticks -