]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added comments.
authorGuido van Rossum <guido@python.org>
Thu, 17 Dec 1992 17:32:35 +0000 (17:32 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Dec 1992 17:32:35 +0000 (17:32 +0000)
Demo/rpc/T.py

index 24d5e8ae3e4f68b42a84c2b76a88190fce241797..475372bfff62e012e8a5de6139dc9b646683d0df 100644 (file)
@@ -1,3 +1,6 @@
+# Simple interface to report execution times of program fragments.
+# Call TSTART() to reset the timer, TSTOP(...) to report times.
+
 import sys, os, time
 
 def TSTART():