mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Document log format profiler.start_log_objects service uses (#32052)
This commit is contained in:
parent
8bf2d8f9ec
commit
7d9963fe2a
@ -85,6 +85,8 @@ Start logging the growth of objects in memory.
|
||||
|
||||
Periodically log the growth of new objects in memory. This service's primary use case is finding memory leaks. This service can be run for long periods to find slow leaks. For finding fast leaks, `profiler.start_log_object_sources` is preferred; however, it is much more CPU intensive.
|
||||
|
||||
See the [corresponding documentation for `growth()`](https://mg.pov.lt/objgraph/objgraph.html#objgraph.growth) regarding the format in which this data is logged.
|
||||
|
||||
### Service profiler.stop_log_objects
|
||||
|
||||
{% my developer_call_service badge service="profiler.stop_log_objects" %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user