Interface ProgressListener

All Known Implementing Classes:
WarmupTrace

public interface ProgressListener
Lightweight callback invoked after a completed sampler transition.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(int completed, int total, boolean warmup, IterationStats statistics)
     
  • Method Details

    • update

      void update(int completed, int total, boolean warmup, IterationStats statistics)