aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/notifications/instrumenter.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standa...Jon Leighton2011-05-231-1/+0
* Revert the previous three commits.José Valim2010-07-251-7/+4
* use a hash to collect optional statistics about the instrumentationAaron Patterson2010-07-251-4/+7
* Get rid of instrumenter.elapsed.José Valim2010-07-241-9/+3
* Performance optimizations to handle cases of instrumentors that are not liste...Carlhuda2010-07-221-1/+1
* Add a test for elapsed and require missing benchmark file.José Valim2010-07-201-2/+2
* reusing the time instrumentation from the instrumenter rather than Benchmark....Aaron Patterson2010-07-191-2/+9
* convert duration to an attr_readerAaron Patterson2010-07-171-6/+3
* Event should be aware if yielded block failed or not.José Valim2010-05-021-3/+5
* Make notifications go off even when an error is raised, so that we capture th...Justin George2010-05-021-3/+7
* Remove instrument! and require thread from AS::Notifications.José Valim2010-02-041-9/+0
* Add ActionDispatch::Notifications middleware.José Valim2010-01-171-0/+9
* Yield the payload notifications for further modification (like adding the res...José Valim2010-01-151-8/+2
* Add instrument! to notifications which adds the result to the payload.José Valim2010-01-141-1/+9
* Do not send notifications when instrumentation raise an error.José Valim2010-01-131-2/+2
* Expose Instrumenter id in Notifications.José Valim2010-01-041-0/+2
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-6/+5
* Notifications: extract central Notifier, cordon off the internal Fanout imple...Jeremy Kemper2009-11-281-0/+47