diff options
| author | iximeow <me@iximeow.net> | 2026-02-25 09:22:14 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-05-25 00:59:27 +0000 |
| commit | 63582532b8014d59117a8929afd1f7725bc1b469 (patch) | |
| tree | 90230c5e3979a6722fdb8fd053381dd2e3c8c41c /Cargo.toml | |
| parent | 6b2b3e82ccf9fb2b726ec819a0af7892bbb5d21a (diff) | |
add initial stats for disasm stats in all modes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -62,3 +62,6 @@ capstone_bench = [] # this disables a lot of inlining to make it easier for me to measure # likelihood of codepaths for typical instruction sequences profiling = [] + +# do not use this. it is for development and library debugging only. +_debug_internal_disasm_stats = [] |
