January 24th, 2013, 01:48 PM
-
Measure performance and output graph?
Hi, I'm measuring time using System.currentTimeMillis() and looked everywhere for a simple graphing software to portray the results in a graph but could not find anything. Any suggestions?
January 25th, 2013, 02:27 PM
-
Are you using standard Java objects or JSPs ?
Using JSP you could look into a JQuery plugin called sparklines
I'm afraid I don't know anything off-the-shelf for standard java objects.... perhaps you could code something yourself? Loop round, save out to a CSV & generate graphs in Excel?
Also, I'm sure you've already been told, but micro-benchmarking is usually a waste of time.