Changeset 1819
- Timestamp:
- 11/07/07 18:13:15
- Files:
-
- trunk/cherrypy/lib/profiler.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/profiler.py
r1654 r1819 79 79 80 80 def run(self, func, *args, **params): 81 """ run(func, *args, **params). Dumpsprofile data into self.path."""81 """Dump profile data into self.path.""" 82 82 global _count 83 83 c = _count = _count + 1

