* Update documentations.
This commit is contained in:
12
timer.py
12
timer.py
@@ -1,4 +1,4 @@
|
||||
# $Id: timer.py,v 1.1 2010-09-27 19:41:15 wirawan Exp $
|
||||
# $Id: timer.py,v 1.2 2010-09-27 19:54:26 wirawan Exp $
|
||||
#
|
||||
# timer.py
|
||||
# Simple timer and possibly other timing-related routine
|
||||
@@ -6,6 +6,16 @@
|
||||
# Wirawan Purwanto
|
||||
# Created: 20081022
|
||||
#
|
||||
# 20081022: Created as pyqmc.utils.timer .
|
||||
# 20100927: Moved to wpylib.timer .
|
||||
#
|
||||
|
||||
"""
|
||||
Simple timer utility.
|
||||
|
||||
This module is part of wpylib project.
|
||||
"""
|
||||
|
||||
import time
|
||||
|
||||
class timer:
|
||||
|
||||
Reference in New Issue
Block a user