]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/www/wvperf2html.py
Add when the graps were generated
[can-benchmark.git] / 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>