From 4ad8882b257c7e8effc9ffea3c21bba8a8026f42 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 16 May 2023 01:26:09 -0500 Subject: [PATCH] The profiler.memory service is now available on py 3.11 (#27413) --- source/_integrations/profiler.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/profiler.markdown b/source/_integrations/profiler.markdown index 350e72b3f3c..92825c70b9f 100644 --- a/source/_integrations/profiler.markdown +++ b/source/_integrations/profiler.markdown @@ -53,10 +53,6 @@ gprof2dot -f pstats profile.1234567890123456.cprof | dot -Tsvg -o profile.svg ### Service {% my developer_call_service service="profiler.memory" %} -
-This service is unavailable when using Python 3.11 as the underlying guppy3 library does not yet support Python 3.11. -
- Start the memory profiler for the specified number of seconds. | Service data attribute | Optional | Description |