py_canoe.core.performance.Performance

The Performance object allows setting or returning parameters that influence the performance on multicore processors.

Source code in src\py_canoe\core\performance.py
 8
 9
10
def __init__(self, app):
    self.app = app
    self.com_object = self.app.com_object.Performance