Go to the source code of this file.
|
| def | homeassistant.components.profiler._async_generate_memory_profile (HomeAssistant hass, ServiceCall call) |
| |
| def | homeassistant.components.profiler._async_generate_profile (HomeAssistant hass, ServiceCall call) |
| |
| list[str] | homeassistant.components.profiler._find_backrefs_not_to_self (Any _object) |
| |
| str|None | homeassistant.components.profiler._get_function_absfile (Any func) |
| |
| Generator[None] | homeassistant.components.profiler._increase_repr_limit () |
| |
| None | homeassistant.components.profiler._log_object_sources (int max_objects, set[int] last_ids, dict[str, int] last_stats) |
| |
| def | homeassistant.components.profiler._log_objects (*_) |
| |
| str | homeassistant.components.profiler._safe_repr (Any obj) |
| |
| def | homeassistant.components.profiler._write_memory_profile (heap, heap_path) |
| |
| def | homeassistant.components.profiler._write_profile (profiler, cprofile_path, callgrind_path) |
| |
| bool | homeassistant.components.profiler.async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| |
| bool | homeassistant.components.profiler.async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| |