From bf989c8dda2e3413bed6f7e1e4709b1e566ee95b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 13 May 2023 09:25:03 +0900 Subject: [PATCH] Add log_ssl service to the profiler --- source/_integrations/profiler.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/profiler.markdown b/source/_integrations/profiler.markdown index 350e72b3f3c..094a3543d24 100644 --- a/source/_integrations/profiler.markdown +++ b/source/_integrations/profiler.markdown @@ -171,3 +171,7 @@ Each upcoming scheduled item is logged similar to the below example: ### Service {% my developer_call_service service="profiler.lru_stats" %} Logs statistics from [lru_cache](https://docs.python.org/3/library/functools.html#functools.lru_cache) and [lru-dict](https://pypi.org/project/lru-dict/) to help tune Home Assistant and locate memory leaks. + +### Service {% my developer_call_service service="profiler.log_ssl" %} + +Logs ssl objects in memory to help locate memory leaks.