(self)
| 598 | return self._config.memory_breakdown |
| 599 | |
| 600 | def autotuning_enabled(self): |
| 601 | return self._config.autotuning_config.enabled |
| 602 | |
| 603 | def autotuning_start_profile_step(self): |
| 604 | return self._config.autotuning_config.start_profile_step |
no outgoing calls
no test coverage detected