Package boofcv.misc

Interface Performer

All Known Implementing Classes:
PerformerBase

public interface Performer
Used in profiling. This approach has been replaced by JMH.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
  • Method Details

    • process

      void process()
    • getName

      String getName()