diff options
author | Maxime Chevalier-Boisvert <[email protected]> | 2025-02-06 10:28:28 -0500 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-04-18 21:52:55 +0900 |
commit | 2a3dc9f32fd841a42b7c41ef15f5fd39dad2e288 (patch) | |
tree | 61fb7dc860d489fe0f3a061205918ca2e4122979 | |
parent | dca2b1ddaf85e8751b76f74b044d0de279541c51 (diff) |
Add stats.rs placeholder
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13131
-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? |