Class StatsRenderer

  • All Implemented Interfaces:
    ReportRenderer<java.lang.Boolean>

    public class StatsRenderer
    extends java.lang.Object
    implements ReportRenderer<java.lang.Boolean>
    Renders startup statistics. Overall guicey time is composed from bundle time and hk time and so Hk execution time is shown also below guicey.
    Since:
    28.07.2016
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String renderReport​(java.lang.Boolean hideTiny)
      Renders report according ro provided config.
      • Methods inherited from class java.lang.Object

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

      • renderReport

        public java.lang.String renderReport​(java.lang.Boolean hideTiny)
        Description copied from interface: ReportRenderer
        Renders report according ro provided config.
        Specified by:
        renderReport in interface ReportRenderer<java.lang.Boolean>
        Parameters:
        hideTiny - hide sections with time less then 1ms
        Returns:
        rendered statistics report