mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added comments.
This commit is contained in:
parent
7271babcef
commit
58dd035f3c
1 changed files with 3 additions and 0 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue