Interface OProfilerListener


public interface OProfilerListener
Created by Enrico Risa on 23/11/15.
  • Method Details

    • onUpdateCounter

      void onUpdateCounter(String iName, long counter, long recordingFrom, long recordingTo)
    • onUpdateChrono

      void onUpdateChrono(OProfilerEntry chrono)
    • onSnapshotCreated

      void onSnapshotCreated(Object snapshot)
    • canSleep

      boolean canSleep()