https://github.com/emmatyping/opcodetrace
Trace CPython 3.6+ to measure opcode usage.
https://github.com/emmatyping/opcodetrace
Last synced: 3 months ago
JSON representation
Trace CPython 3.6+ to measure opcode usage.
- Host: GitHub
- URL: https://github.com/emmatyping/opcodetrace
- Owner: emmatyping
- Created: 2018-03-14T11:32:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T11:32:35.000Z (over 7 years ago)
- Last Synced: 2025-03-15T05:38:43.812Z (3 months ago)
- Language: C++
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opcode Trace
This is a C extension used to measure how common certain opcodes are.
I am planning on adding a script to generate some interesting graphs/etc/data from the raw data output.