Flowdock
method

monotonic_subscribe

Importance_1
v7.1.3.2 - Show latest stable - 0 notes - Class: ActiveSupport::Notifications
monotonic_subscribe(pattern = nil, callback = nil, &block) public

Performs the same functionality as #subscribe, but the start and finish block arguments are in monotonic time instead of wall-clock time. Monotonic time will not jump forward or backward (due to NTP or Daylights Savings). Use monotonic_subscribe when accuracy of time duration is important. For example, computing elapsed time between two events.

Show source
Register or log in to add new notes.