* Update documentations.

This commit is contained in:
wirawan
2010-09-27 19:54:29 +00:00
parent cae9cabdea
commit 4c9b5ce9f7
4 changed files with 26 additions and 3 deletions

View File

@@ -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: