Ravel Python API Reference
A Database-Defined Network Controller
|
Start a new profiled execution and collect performance counters. More...
Inherits object.
Public Member Functions | |
def | print_summary |
Print results of collected performance counters. | |
def | start |
Enable profiling and start receiving performance counters. | |
def | stop |
Disable profiling and stop receiving performance counters. | |
def | handler |
Callback for consuming performance counters. More... | |
Start a new profiled execution and collect performance counters.
def ravel.profiling.ProfiledExecution.handler | ( | self, | |
obj | |||
) |
Callback for consuming performance counters.
obj | a PerfCounter object |