The profiler.memory service is now available on py 3.11 (#27413)

This commit is contained in:
J. Nick Koston 2023-05-16 01:26:09 -05:00 committed by GitHub
parent bf653ac333
commit 4ad8882b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,10 +53,6 @@ gprof2dot -f pstats profile.1234567890123456.cprof | dot -Tsvg -o profile.svg
### Service {% my developer_call_service service="profiler.memory" %}
<div class='note warning'>
This service is unavailable when using Python 3.11 as the underlying guppy3 library does not yet support Python 3.11.
</div>
Start the memory profiler for the specified number of seconds.
| Service data attribute | Optional | Description |