From 7d9963fe2a24aa4c9ce879859f495017b3aca4f4 Mon Sep 17 00:00:00 2001 From: Scott Giminiani Date: Tue, 26 Mar 2024 13:03:25 -0700 Subject: [PATCH] Document log format profiler.start_log_objects service uses (#32052) --- source/_integrations/profiler.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/profiler.markdown b/source/_integrations/profiler.markdown index 1c78faa4a86..eb934b3fe1d 100644 --- a/source/_integrations/profiler.markdown +++ b/source/_integrations/profiler.markdown @@ -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" %}