From 57df626499462f60f7f6b06710075862a6590f29 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Fri, 11 Mar 2011 10:47:56 -0500 Subject: addded execution time output to the footer Ignore-this: 918cef16078eecc69e3ff6247cf2d6d5 darcs-hash:20110311154756-067c0-c082784f81cda43c77c21591ee2f2c9b5821c226.gz --- GradeBook.tcl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GradeBook.tcl') 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 -- cgit v1.2.3