]> rtime.felk.cvut.cz Git - wvtest.git/commitdiff
Add missing file headers
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 15 Aug 2012 14:55:19 +0000 (16:55 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 15 Aug 2012 15:25:21 +0000 (17:25 +0200)
tools/wvperf2html.py
tools/wvtest2html.py

index c3f37d0a19c41cd85ac12144fc624f60fd46f5a3..15f7c3da884d6f96bbb2c5b4d77478ecaf8ec968 100755 (executable)
@@ -1,4 +1,14 @@
 #!/usr/bin/env python
+#
+# WvTest:
+#   Copyright (C) 2012 Michal Sojka <sojka@os.inf.tu-dresden.de>
+#       Licensed under the GNU Library General Public License, version 2.
+#       See the included file named LICENSE for license information.
+#
+# This script converts a sequence of wvtest protocol outputs with
+# results of performance measurements to interactive graphs (HTML +
+# JavaScript). An example can be seen at
+# http://os.inf.tu-dresden.de/~sojka/nul/performance.html.
 
 import sys
 import re
index 89cb8d91c06177d972cdf1054163de6c270a52bb..093855cbec51360d23dc7e3078bc604c4e835501 100755 (executable)
@@ -1,4 +1,11 @@
 #!/usr/bin/env python
+#
+# WvTest:
+#   Copyright (C) 2012 Michal Sojka <sojka@os.inf.tu-dresden.de>
+#       Licensed under the GNU Library General Public License, version 2.
+#       See the included file named LICENSE for license information.
+#
+# This script converts wvtest protocol output to HTML pages.
 
 import sys
 import re