(self)
| 1094 | return self._config.memory_breakdown |
| 1095 | |
| 1096 | def autotuning_enabled(self): |
| 1097 | return self._config.autotuning_config.enabled |
| 1098 | |
| 1099 | def autotuning_start_profile_step(self): |
| 1100 | return self._config.autotuning_config.start_profile_step |
no outgoing calls
no test coverage detected