Class Pure.PureDemos

  • Enclosing class:
    Pure

    public static class Pure.PureDemos
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean[] done  
      (package private) Pure.PureDemo[] fibers  
    • Constructor Summary

      Constructors 
      Constructor Description
      PureDemos()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String mainPerf​(int num)  
      java.lang.String perf()  
      void reset()  
      void setup​(int num)  
      • Methods inherited from class java.lang.Object

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

      • PureDemos

        public PureDemos()
    • Method Detail

      • setup

        public void setup​(int num)
      • reset

        public void reset()
      • perf

        public java.lang.String perf()
      • mainPerf

        public java.lang.String mainPerf​(int num)