Variable: allout-widgets-last-decoration-timing

allout-widgets-last-decoration-timing is a buffer-local variable defined in allout-widgets.el.gz.

Documentation

Timing details for the last cooperative decoration action.

This is maintained when allout-widgets-time-decoration-activity is set.

The value is a list containing two elements:
  - the elapsed time as a number of seconds
  - the list of changes processed, a la allout-widgets-changes-record.

When active, the value is revised each time automatic decoration activity happens in the buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_   , Developer
(defvar-local allout-widgets-last-decoration-timing nil
  "Timing details for the last cooperative decoration action.

This is maintained when `allout-widgets-time-decoration-activity' is set.

The value is a list containing two elements:
  - the elapsed time as a number of seconds
  - the list of changes processed, a la `allout-widgets-changes-record'.

When active, the value is revised each time automatic decoration activity
happens in the buffer.")