summaryrefslogtreecommitdiff
path: root/src/profiler.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-1/+6
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-2/+2
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix some int overflows in profiler.cPaul Eggert2015-07-311-10/+8
* Enable CPU profiling on CygwinKen Brown2015-06-221-0/+6
* Improve diagnostics of profiler-cpu-startKen Brown2015-06-221-5/+14
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-1/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-041-1/+1
|\
| * Doc fixesGlenn Morris2014-05-011-1/+1
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-2/+2
* Port to C89.Paul Eggert2013-07-101-6/+6