summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/memory-report.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Use file-size-human-readable in memory-report--formatStefan Kangas2022-10-151-6/+1
* Make memory-report not bug out with symbols with positionsLars Ingebrigtsen2022-05-261-0/+4
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Rename button-buttonize to buttonizeLars Ingebrigtsen2021-11-041-1/+1
* | Make `memory-report-object-size' work standaloneLars Ingebrigtsen2021-10-051-1/+2
|/
* memory-report: support calculating size for structuresYikai Zhao2021-09-021-1/+14
* 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