mkRPG
 All Classes Namespaces Functions
Public Member Functions | Public Attributes
shared.tools.Perf Class Reference

List of all members.

Public Member Functions

def __init__
def tic
def toc
def show

Public Attributes

 num
 avg
 min
 max
 t

Detailed Description

Times a piece of code 

Member Function Documentation

def shared.tools.Perf.show (   self)
Print stats 
def shared.tools.Perf.tic (   self)
To be run before the timed function 
def shared.tools.Perf.toc (   self)
To be run after the timed function 

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions