Class AbstractBench

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractBench()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void bench​(java.lang.String _reg, java.lang.String _str, int warmup, int times)  
      protected void benchBestOf​(java.lang.String _reg, java.lang.String _str, int warmup, int times)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractBench

        public AbstractBench()
    • Method Detail

      • bench

        protected void bench​(java.lang.String _reg,
                             java.lang.String _str,
                             int warmup,
                             int times)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • benchBestOf

        protected void benchBestOf​(java.lang.String _reg,
                                   java.lang.String _str,
                                   int warmup,
                                   int times)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception