Interface CpeTimer


public interface CpeTimer
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Return a name of the timer class
    void
    set(String aTimerClass)
    Plug-in a custom timer class to be used for measuring performance.
  • Method Details

    • set

      void set(String aTimerClass) throws CpeDescriptorException
      Plug-in a custom timer class to be used for measuring performance.
      Parameters:
      aTimerClass - - name of a timer class
      Throws:
      CpeDescriptorException - tbd
    • get

      String get()
      Return a name of the timer class
      Returns:
      - class as string