An open API service indexing awesome lists of open source software.

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.

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.