Class FormWorkerController.RenderMetric

    • Field Detail

      • renderTime

        public final int renderTime
        The render time.
      • loadTime

        public final int loadTime
        The load time.
      • totalTime

        public final int totalTime
        The total time.
      • count

        public final int count
        The render count.
    • Constructor Detail

      • RenderMetric

        public RenderMetric​(int renderTime,
                            int loadTime,
                            int totalTime)
        Create a new request metric object.
        Parameters:
        renderTime - the render time
        loadTime - the browser load time
        totalTime - the total time
      • RenderMetric

        public RenderMetric​(int renderTime,
                            int loadTime,
                            int totalTime,
                            int count)
        Create a new request metric object.
        Parameters:
        renderTime - the render time
        loadTime - the browser load time
        totalTime - the total time
        count - the number of requests