From 251923c7a85a303d74b41255c39d8928ffa109ea Mon Sep 17 00:00:00 2001 From: Paul Nikitochkin Date: Mon, 11 Nov 2013 19:56:02 +0200 Subject: Instrument each load config initializer In order to simplify profiling loading of initializers, added instument for tracking load config initializer event from `config/initializers` --- guides/source/active_support_instrumentation.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'guides/source') diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index 969596f470..6c77a40d42 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -396,6 +396,15 @@ INFO. Cache stores my add their own keys } ``` +Railties +-------- + +### load_config_initializer.railties + +| Key | Value | +| -------------- | ----------------------------------------------------- | +| `:initializer` | Path to loaded initializer from `config/initializers` | + Rails ----- -- cgit v1.2.3