Interface I_CmsProfilingHandler

All Known Implementing Classes:
CmsDefaultProfilingHandler, CmsThreadStatsTreeProfilingHandler

public interface I_CmsProfilingHandler
Profiling handler interface which gets informed of method call durations.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    putTime(String key, long nanos)
    Adds measured method call duration.
  • Method Details

    • putTime

      void putTime(String key, long nanos)
      Adds measured method call duration.

      Parameters:
      key - a key identifying the method
      nanos - the nanoseconds measured