diff options
Diffstat (limited to 'zjit/src')
-rw-r--r-- | zjit/src/stats.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zjit/src/stats.rs b/zjit/src/stats.rs new file mode 100644 index 0000000000..ef29a1d699 --- /dev/null +++ b/zjit/src/stats.rs @@ -0,0 +1,4 @@ + +// Maxime would like to rebuild an improved stats system +// Individual stats should be tagged as always available, or only available in stats mode +// We could also tag which stats are fallback or exit counters, etc. Maybe even tag units? |