1 Repo
Tools that generate low-level bindings to a runtime using memory offset calculations.
Distinct from Binding Generators: Unlike general Binding Generators that use C API metadata, these use memory offsets for specific runtime versions.
Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Binding Generators. Refine with filters or upvote what's useful.
py-spy is a sampling profiler and process debugger for Python. It allows for the analysis of running processes to identify performance bottlenecks and diagnose hanging programs without requiring code changes or restarts. The tool operates by reading the memory of a running process from the outside, which enables non-invasive sampling and state collection without pausing execution. It can resolve binary symbols to capture performance data from native extensions written in compiled languages and generate visual flame graphs for both native extensions and subprocesses. The project provides capa
Generates low-level bindings for multiple runtime versions using offset calculations to ensure environment compatibility.