Document profiler.memory is not available on Python 3.11 (#26263)

This commit is contained in:
J. Nick Koston 2023-02-15 09:21:09 -06:00 committed by GitHub
parent ecce0b811e
commit 71f65110db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,10 @@ gprof2dot -f pstats profile.1234567890123456.cprof | dot -Tsvg -o profile.svg
### 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 |