From: Guido van Rossum Date: Thu, 17 Dec 1992 17:32:35 +0000 (+0000) Subject: Added comments. X-Git-Tag: v0.9.8~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58dd035f3c2f8414af10557e92e1ead0b16fa130;p=thirdparty%2FPython%2Fcpython.git Added comments. --- diff --git a/Demo/rpc/T.py b/Demo/rpc/T.py index 24d5e8ae3e4f..475372bfff62 100644 --- a/Demo/rpc/T.py +++ b/Demo/rpc/T.py @@ -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():