Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Lightweight Metrics

    Hello,

    I was wondering if there is any support available or planned to expand on the 'GWT Lightweigt Metrics' principle made available in GWT.

    Sure it is easily enabled and I already have it running but I was thinking, hey maybe those folks at Isomorphic also use this for performance measuring and maybe we can leverage some components of them to visualize and analyse the data.

    We would also be adding custom events to time our logic, since rpc timings are already visualized perfectly in the dev console.

    cheers

    #2
    We don't use this system, and don't have any plans to start using it or look into using it.

    It's unlikely we'd have a future use for this particular tool for framework development as it basically measures the wrong layer.

    Comment


      #3
      That's ok - I'm still unsure that it has actual value for us either - there is no real advantage to using it over something homegrown.

      There doesn't seem to be anything available in the open source area either to do some performance measuring. What we basically want to do is measure how long a certain business operation takes - that being how long does it take between the user clicking a button and seeing the result. Due to the async nature of a (S)GWT app there a many hurdles to take, we where hoping that there would be something available but we should have known better :-).

      Suggestions are of course very welcome.

      cheers

      Comment

      Working...
      X