Variable: use-package-compute-statistics

use-package-compute-statistics is a customizable variable defined in use-package-core.el.gz.

Value

nil

Documentation

If non-nil, compute statistics concerned use-package declarations.

View the statistical report using use-package-report. Note that if this option is enabled, you must require use-package in your user init file at loadup time, or you will see errors concerning undefined variables.

This variable was added, or its default value changed, in Emacs 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/use-package/use-package-core.el.gz
(defcustom use-package-compute-statistics nil
  "If non-nil, compute statistics concerned `use-package' declarations.
View the statistical report using `use-package-report'.  Note that
if this option is enabled, you must require `use-package' in your
user init file at loadup time, or you will see errors concerning
undefined variables."
  :type 'boolean
  :group 'use-package
  :version "29.1")