(self)
| 982 | return self._config.memory_breakdown |
| 983 | |
| 984 | def autotuning_enabled(self): |
| 985 | return self._config.autotuning_config.enabled |
| 986 | |
| 987 | def autotuning_start_profile_step(self): |
| 988 | return self._config.autotuning_config.start_profile_step |
no outgoing calls
no test coverage detected