Added comments.

This commit is contained in:
Guido van Rossum 1992-12-17 17:32:35 +00:00
parent 7271babcef
commit 58dd035f3c

View 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():