Public Member Functions | |
| def | __init__ |
| def | tic |
| def | toc |
| def | show |
Public Attributes | |
| num | |
| avg | |
| min | |
| max | |
| t | |
Times a piece of code
| 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
1.7.6.1