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
11
12
13
def __init__(self, app: 'Application'):
    self.app = app
    self.com_object = self.app.com_object.Performance

max_num_measurement_setup_threads property writable

Return the maximum number of measurement setup threads that can be used for measurement setup.