(self)
| 1040 | return self._config.memory_breakdown |
| 1041 | |
| 1042 | def autotuning_enabled(self): |
| 1043 | return self._config.autotuning_config.enabled |
| 1044 | |
| 1045 | def autotuning_start_profile_step(self): |
| 1046 | return self._config.autotuning_config.start_profile_step |
no outgoing calls
no test coverage detected