gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU ELPA] Emacs-Gc-Stats version 1.2.1


From: ELPA update
Subject: [GNU ELPA] Emacs-Gc-Stats version 1.2.1
Date: Fri, 16 Jun 2023 17:02:55 -0400

Version 1.2.1 of package Emacs-Gc-Stats has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Emacs-Gc-Stats describes itself as:

  ===========================
  Collect Emacs GC statistics
  ===========================

More at https://elpa.gnu.org/packages/emacs-gc-stats.html

## Summary:

  This package collects Emacs garbage collection (GC) statistics over time
  and saves it in the format that can be shared with Emacs maintainers.

  See the source code for information how to contact the author.

  *Usage:*

  Add
  ┌────
  │ (require 'emacs-gc-stats)
  │ (setq emacs-gc-stats-gc-defaults 'emacs-defaults) ; optional
  │ (emacs-gc-stats-mode +1)
  └────
  to your init file to enable the statistics acquiring.

  When you are ready to share the results, run `M-x
  emacs-gc-stats-save-session' and then share the saved
  `emacs-gc-stats-file' (defaults to `~/.emacs.d/emacs-gc-stats.eld') by
  sending an email attachment to <mailto:emacs-gc-stats@gnu.org>.

  You can use `M-x emacs-gc-stats-clear' to clear the currently collected
  session data.

## Recent NEWS:

[Not available 🙁]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]