Trees | Indices | Help |
|
---|
|
Abstract base class of a test run that is to be run in a thread.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
Create a new runnable.
|
Call this method when a benchmark is started. Sets the time the benchmark was started. |
Call this method when a benchmark is finished. Calculates the time the benchmark took and the number of transactions performed during this time. |
Will be called before the benchmark starts with all possible variations of "j" in the operation() call. "j" with None is the overall initialisation run at first. |
Method representing the thread's activity. You may override this method in a subclass. The standard run() method invokes the callable object passed to the object's constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Feb 29 16:14:01 2016 | http://epydoc.sourceforge.net |