gh-138709: Implement CPU time profiling in profiling.sample (#138710)

This commit is contained in:
Pablo Galindo Salgado 2025-09-19 19:17:28 +01:00 committed by GitHub
parent d06113c7a7
commit 67636f72d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 971 additions and 38 deletions

View file

@ -758,6 +758,7 @@ struct _Py_global_strings {
STRUCT_FOR_ID(size)
STRUCT_FOR_ID(sizehint)
STRUCT_FOR_ID(skip_file_prefixes)
STRUCT_FOR_ID(skip_non_matching_threads)
STRUCT_FOR_ID(sleep)
STRUCT_FOR_ID(sock)
STRUCT_FOR_ID(sort)