Class UIMetrics.Item.Step

  • Enclosing class:
    UIMetrics.Item

    public static class UIMetrics.Item.Step
    extends java.lang.Object
    UI step (display, search, meta...)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long duration
      Step duration in ms (total of calls)
      boolean front
      Front or Ajax step
    • Constructor Summary

      Constructors 
      Constructor Description
      Step​(boolean f, long d)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • front

        public boolean front
        Front or Ajax step
      • duration

        public long duration
        Step duration in ms (total of calls)
    • Constructor Detail

      • Step

        public Step​(boolean f,
                    long d)