summaryrefslogtreecommitdiffstats
path: root/Demo/rpc/T.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/rpc/T.py')
-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():