Document log format profiler.start_log_objects service uses (#32052)

This commit is contained in:
Scott Giminiani 2024-03-26 13:03:25 -07:00 committed by GitHub
parent 8bf2d8f9ec
commit 7d9963fe2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" %}