aboutsummaryrefslogtreecommitdiffstats
path: root/src/profiler.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * src/profiler.c (export_log): Fix whitespace (bug#78762).Eli Zaretskii2025-06-141-1/+3
* Fix segfault in profiler-cpu-log and profiler-memory-log (bug#78763)Zach Shaftel2025-06-141-2/+11
* Miscellaneous correctionsPo Lu2025-03-281-1/+1
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-1/+1
|\
| * Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-1/+1
* | Prefer the 'min'/'max' macros where possibleStefan Kangas2025-01-191-2/+2
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-281-7/+1
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-281-3/+3
* Share hash table test structsMattias Engdegård2024-01-131-1/+1
* Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-131-2/+0
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-131-1/+1
* Decouple profiler from Lisp hash table internalsMattias Engdegård2024-01-121-204/+283
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Another fix for profiler.cEli Zaretskii2023-10-271-31/+34
* | Fix compilation error in profiler.cEli Zaretskii2023-10-271-3/+3
* | src/profiler.c: Keep track of the discarded countsStefan Monnier2023-03-101-16/+23
* | src/profiler.c: Share more code between CPU and Memory profilersStefan Monnier2023-03-101-78/+66
* | src/profiler.c: Try and fix occasional assertion failuresStefan Monnier2023-03-101-7/+6
* | src/profiler.c: Keep track of allocations during GCEli Zaretskii2023-03-101-5/+24
|/
* * src/profiler.c (malloc_probe): Make it safe for GC (bug#60237)Stefan Monnier2023-03-011-0/+3
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-2/+2
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * src/profiler.c: Leave `key` hashslots as Qunbound (bug#37382)Stefan Monnier2019-09-121-5/+7
* Debug out-of-range make_fixnum argsPaul Eggert2019-08-151-1/+1
* Tweak performance of cmpfn_profilerPaul Eggert2019-07-221-2/+4
* Fix crash if user test munges hash tablePaul Eggert2019-07-201-4/+4
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-201-18/+16
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-11/+9
* Minor profiler improvementsPaul Eggert2019-02-181-32/+18
* Use 'timer_getoverrun' on Cygwin when possibleKen Brown2019-02-181-3/+4
* Fix --enable-profiling builds (bug#34099)Glenn Morris2019-01-171-0/+4
* Fix segfault in profiler after pdump loadDaniel Colascione2019-01-161-7/+14
* Add portable dumperDaniel Colascione2019-01-151-0/+21
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-3/+2
* | More macro renamings for bignumTom Tromey2018-08-071-6/+6
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-6/+6
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-211-3/+2
* Use ptrdiff_t instead of Lisp_Object for collisionPaul Eggert2017-02-211-5/+5
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-181-2/+2
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-301-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-2/+2