diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-03-11 10:47:56 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-03-11 10:47:56 -0500 |
commit | 57df626499462f60f7f6b06710075862a6590f29 (patch) | |
tree | c5a4b3d505d153682873bfa14da15b16d977be95 /GradeBook.tcl | |
parent | 38e2cfe110db43fb08e5f639f32ba3cd463fc958 (diff) | |
download | GradeBook-57df626499462f60f7f6b06710075862a6590f29.tar.gz GradeBook-57df626499462f60f7f6b06710075862a6590f29.zip |
addded execution time output to the footer
Ignore-this: 918cef16078eecc69e3ff6247cf2d6d5
darcs-hash:20110311154756-067c0-c082784f81cda43c77c21591ee2f2c9b5821c226.gz
Diffstat (limited to 'GradeBook.tcl')
-rwxr-xr-x | GradeBook.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GradeBook.tcl b/GradeBook.tcl index a8c5b00..c3fc6bb 100755 --- a/GradeBook.tcl +++ b/GradeBook.tcl @@ -9,6 +9,8 @@ package require sqlite3 package require ncgi package require md5 +set execution_start_time [clock microseconds] + source ./GradeBook_lib.tcl ::ncgi::parse |