aboutsummaryrefslogtreecommitdiffstats
path: root/debug_counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug_counter.h')
-rw-r--r--debug_counter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/debug_counter.h b/debug_counter.h
index 724dc3a257..f0f4e5ed0b 100644
--- a/debug_counter.h
+++ b/debug_counter.h
@@ -61,6 +61,11 @@ RB_DEBUG_COUNTER(obj_ary_embed)
RB_DEBUG_COUNTER(obj_obj_ptr)
RB_DEBUG_COUNTER(obj_obj_embed)
+
+/* load */
+RB_DEBUG_COUNTER(load_files)
+RB_DEBUG_COUNTER(load_path_is_not_realpath)
+
#endif
#ifndef RUBY_DEBUG_COUNTER_H