summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/memory-report.el
Commit message (Expand)AuthorAgeFilesLines
* Fix memory-report counting of vector/hash table sizesYikai Zhao2021-08-141-4/+1
* Define revert-buffer-function for *Memory Report*Mattias EngdegÄrd2021-07-161-0/+2
* * lisp/emacs-lisp/memory-report.el (memory-report--object-size-1): SimplifyStefan Monnier2021-04-121-9/+9
* Make memory-report work with buffer-local unbound varsLars Ingebrigtsen2021-03-181-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Also count symbol plists in memory-reportLars Ingebrigtsen2020-12-301-0/+12
* Fix infloop in memory-reportLars Ingebrigtsen2020-12-261-1/+3
* Correct units and spacing in memory-reportMattias EngdegÄrd2020-12-191-2/+2
* * Fix `memory-report' for '--without-x' buildsAndrea Corallo2020-12-131-1/+3
* Also sort the totals section by sizeLars Ingebrigtsen2020-12-111-1/+3
* Tweak memory-report--formatLars Ingebrigtsen2020-12-111-1/+1
* Add a new command `memory-report'Lars Ingebrigtsen2020-12-111-0/+299