<div dir="ltr"><div><div><div>Hello!<br><br></div>In the last week, I started tying the components together, so that it's possible to check results by running a single command. It is now possible to measure the performance of a program, store it and finally display the results. The procedure is described in the README file, it is not complicated but both Bootstrap and Dygraphs have to be in the correct locations. I hope this will make it easier for you to review and provide feedback. <br>
<br></div>I included a screenshot of the current state in my latest blog post at <a href="http://noughmad.com/2013/07/20/dune-performance-visualization-first-graphs/">http://noughmad.com/2013/07/20/dune-performance-visualization-first-graphs/</a>. I believe the course now would be to first implement some sort of filtering, so that results of different programs would be shown separately. <br>
<br></div>Cheers,<br>Miha<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/15 Miha Čančula <span dir="ltr"><<a href="mailto:miha@noughmad.eu" target="_blank">miha@noughmad.eu</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5">2013/7/15 Christian Engwer <span dir="ltr"><<a href="mailto:christian.engwer@uni-muenster.de" target="_blank">christian.engwer@uni-muenster.de</a>></span><br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Miha<br>
<div><br>
> I believe now is the time when I should start thinking about the<br>
> visualizations. I think HTML pages generated from the database are the<br>
> simplest options (i.e. require the least dependencies for the users),<br>
> rather than using something like Gnuplot or even Excel. I remember you said<br>
> you have a recommendation for a Javascript library for generating the<br>
> charts, but did not remember which one it was. I would like to use<br>
> Highcharts, mostly because the graphs look very nice (<br>
> <a href="http://www.highcharts.com/demo/" target="_blank">http://www.highcharts.com/demo/</a>). They are, however, not open source, but<br>
> covered by a Creative Commons Non-Commercial license. I suppose DUNE is<br>
> non-commercial, so there wouldn't by any problems, but I would rather check<br>
> with you. Different libraries use different data formats, which is why I<br>
> would like to know which one to use as soon as possible.<br>
<br>
</div>I played a little with DyGraphs (<a href="http://dygraphs.com" target="_blank">dygraphs.com</a>) which is licensed under<br>
MIT License.<br>
<br>
It gave quite nice results and was able to read csv data either from<br>
an other source, or from within the html file (which is the only<br>
option working for local use)<br>
<br>
What I like with highcharts is the annotation, which might come handy<br>
when trying to plot the revision number with the data. Something<br>
similar should be possible with dygraph as well, but I never took the<br>
time to actually write it myself.<br></blockquote></div></div><div>DyGraphs look very nice, I don't know why I haven't found about them myself. <br>I would prefer something with a proper free license. It appears to have some<br>

annotations (<a href="http://dygraphs.com/gallery/#g/annotations" target="_blank">http://dygraphs.com/gallery/#g/annotations</a>), it shouldn't be that<br>hard to place them on the graph for each data point. <br><br>
</div><div>All in all, unless someone suggests a better option, I would go with dygraph. <br>
</div><div>I like their demos, and I will try to read the documentation now. <br></div><div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<br>
Cheers<br>
<span><font color="#888888">Christian<br>
</font></span><br>
PS: We decided to take future discussions to the dune-devel<br>
list... thus I added them in the TO<br>
</blockquote></div></div><br></div></div>
</blockquote></div><br></div>