The Performance object allows setting or returning parameters that influence the performance on multicore processors.
Source code in src\py_canoe\core\performance.py
| def __init__(self, app):
self.app = app
self.com_object = self.app.com_object.Performance
|