Class Shade


  • public class Shade
    extends java.lang.Object
    This class is used to execute the BLOAT benchmarks while the Shade performanace monitoring software is running.
    • Constructor Summary

      Constructors 
      Constructor Description
      Shade()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void run​(java.lang.Class main, java.lang.String[] args, boolean quit)  
      • Methods inherited from class java.lang.Object

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

      • Shade

        public Shade()
    • Method Detail

      • run

        public static void run​(java.lang.Class main,
                               java.lang.String[] args,
                               boolean quit)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception