]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Add when the graps were generated
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 7 Feb 2014 10:42:50 +0000 (11:42 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 7 Feb 2014 10:42:50 +0000 (11:42 +0100)
continuous/www/wvperf2html.py

index 2c2952c0c4a112e79a96e3a904e3fb8fcdaa0818..ddd83e972550b48e23d05bb3151febd01436f15a 100755 (executable)
@@ -354,6 +354,7 @@ $.getJSON('%(dataname)s', function(data) {
        'dataname': graph.dataname,
        'options': graph.options_json()})
     print(graph.getData(), file=open(graph.dataname, 'w'))
        'dataname': graph.dataname,
        'options': graph.options_json()})
     print(graph.getData(), file=open(graph.dataname, 'w'))
+print("Generated on "+str(datetime.now()))
 print("""
     </body>
 </html>
 print("""
     </body>
 </html>