8000 GH-93841: Turn stats on and off, clear and dump them at runtime. by markshannon · Pull Request #93843 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000

GH-93841: Turn stats on and off, clear and dump them at runtime. #93843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Turn on stats
  • Loading branch information
markshannon committed Jun 15, 2022
commit 6bc5fe2a9bfa79fb5fda1ed579c6ef2d49256f2b
2 changes: 2 additions & 0 deletions Include/Python.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#ifndef Py_PYTHON_H
#define Py_PYTHON_H

#define Py_STATS 1

// Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" {

// Include Python header files
Expand Down
0