summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-12-17 17:32:35 (GMT)
committerGuido van Rossum <guido@python.org>1992-12-17 17:32:35 (GMT)
commit58dd035f3c2f8414af10557e92e1ead0b16fa130 (patch)
tree7e8b91dde4b81cbad199f94633a6659a32715911
parent7271babcef777cd66e29dd88d555afe3bf37b692 (diff)
downloadcpython-58dd035f3c2f8414af10557e92e1ead0b16fa130.zip
cpython-58dd035f3c2f8414af10557e92e1ead0b16fa130.tar.gz
cpython-58dd035f3c2f8414af10557e92e1ead0b16fa130.tar.bz2
Added comments.
-rw-r--r--Demo/rpc/T.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demo/rpc/T.py b/Demo/rpc/T.py
index 24d5e8a..475372b 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():