projects
/
can-benchmark.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05d2c72
)
Add when the graps were generated
author
Michal Sojka
<sojkam1@fel.cvut.cz>
Fri, 7 Feb 2014 10:42:50 +0000
(11:42 +0100)
committer
Michal Sojka
<sojkam1@fel.cvut.cz>
Fri, 7 Feb 2014 10:42:50 +0000
(11:42 +0100)
continuous/www/wvperf2html.py
patch
|
blob
|
history
diff --git
a/continuous/www/wvperf2html.py
b/continuous/www/wvperf2html.py
index
2c2952c
..
ddd83e9
100755
(executable)
--- a/
continuous/www/wvperf2html.py
+++ b/
continuous/www/wvperf2html.py
@@
-354,6
+354,7
@@
$.getJSON('%(dataname)s', function(data) {
'dataname': graph.dataname,
'options': graph.options_json()})
print(graph.getData(), file=open(graph.dataname, 'w'))
+print("Generated on "+str(datetime.now()))
print("""
</body>
</html>