summaryrefslogtreecommitdiff
path: root/src/profiler.c
Commit message (Expand)AuthorAge
* src/profiler.c: Keep track of the discarded countsStefan Monnier2023-03-10
* src/profiler.c: Share more code between CPU and Memory profilersStefan Monnier2023-03-10
* src/profiler.c: Try and fix occasional assertion failuresStefan Monnier2023-03-10
* src/profiler.c: Keep track of allocations during GCEli Zaretskii2023-03-10
* * src/profiler.c (malloc_probe): Make it safe for GC (bug#60237)Stefan Monnier2023-03-01
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Use BASE_EQ when comparing with QunboundMattias EngdegÄrd2022-06-12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* * src/profiler.c: Leave `key` hashslots as Qunbound (bug#37382)Stefan Monnier2019-09-12
* Debug out-of-range make_fixnum argsPaul Eggert2019-08-15
* Tweak performance of cmpfn_profilerPaul Eggert2019-07-22
* Fix crash if user test munges hash tablePaul Eggert2019-07-20
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-20
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* Minor profiler improvementsPaul Eggert2019-02-18
* Use 'timer_getoverrun' on Cygwin when possibleKen Brown2019-02-18
* Fix --enable-profiling builds (bug#34099)Glenn Morris2019-01-17
* Fix segfault in profiler after pdump loadDaniel Colascione2019-01-16
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-21
* Use ptrdiff_t instead of Lisp_Object for collisionPaul Eggert2017-02-21
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-18
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-30
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-21
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-27
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix some int overflows in profiler.cPaul Eggert2015-07-31
* Enable CPU profiling on CygwinKen Brown2015-06-22
* Improve diagnostics of profiler-cpu-startKen Brown2015-06-22
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-04
|\
| * Doc fixesGlenn Morris2014-05-01
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-05
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* Port to C89.Paul Eggert2013-07-10