X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/e9a5b2f81c15b071dc31816aec2133ec2c611861..43102682ce4a5cf6d9530f269f83708fad4bd3be:/continuous/www/wvperf2html.py diff --git a/continuous/www/wvperf2html.py b/continuous/www/wvperf2html.py index 2c2952c..e21ca16 100755 --- a/continuous/www/wvperf2html.py +++ b/continuous/www/wvperf2html.py @@ -324,7 +324,7 @@ print("var commit2msg = %s;" % json.dumps(commit2msg, indent=True)) # print('\t%d: { msg: "%s", hash: "%s" },' % (1000*time.mktime(d), v[0].replace('"', '\\"'), str(v[1]).replace('"', '\\"'))) print(""" - + @@ -354,11 +354,9 @@ $.getJSON('%(dataname)s', function(data) { 'dataname': graph.dataname, 'options': graph.options_json()}) print(graph.getData(), file=open(graph.dataname, 'w')) -print(""" +print("Generated on "+time.strftime("%Y-%m-%d %H:%M %z")) +print("""
+Contact: Michal Sojka """) - -# Local Variables: -# compile-command: "make perf" -# End: