index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
profiler.c
Age
Commit message (
Expand
)
Author
2017-02-21
Use ptrdiff_t instead of Lisp_Object for collision
Paul Eggert
2017-02-18
Change type of `rehash_threshold' and `pure' fields in hash-tables
Stefan Monnier
2017-01-30
Fix hash tables not being purified correctly.
Vibhav Pant
2017-01-25
Replace QUIT with maybe_quit
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-05-21
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-03-27
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-07-31
Fix some int overflows in profiler.c
Paul Eggert
2015-06-22
Enable CPU profiling on Cygwin
Ken Brown
2015-06-22
Improve diagnostics of profiler-cpu-start
Ken Brown
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-05-04
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
Paul Eggert
2014-05-01
Doc fixes
Glenn Morris
2014-04-05
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
Paul Eggert
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-08-27
Simplify EMACS_TIME-related code.
Paul Eggert
2013-07-10
Port to C89.
Paul Eggert
2013-06-03
Merge the specpdl and backtrace stacks. Make the structure of the
Stefan Monnier
2013-03-24
Reorder conditions that are written backwards
Andreas Schwab
2013-02-09
Minor hashing refactoring.
Paul Eggert
2013-01-02
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-11-08
* src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.
Stefan Monnier
2012-11-08
Use same hash function for hashfn_profiler as for hash_string etc.
Paul Eggert
2012-11-08
Use ad-hoc comparison function for the profiler's hash-tables.
Stefan Monnier
2012-10-03
* profiler.c (handle_profiler_signal): Inhibit pending signals too,
Paul Eggert
2012-10-03
Port timers to OpenBSD, plus check for timer failures.
Paul Eggert
2012-10-02
* profiler.c (handle_profiler_signal): Fix a malloc race
Paul Eggert
2012-10-01
Count overruns when profiling; change units to ns.
Paul Eggert
2012-10-01
* profiler.el (profiler-sampling-interval): Rename from
Tomohiro Matsuyama
2012-09-30
Support atimers and CPU profiler via profile.c on MS-Windows.
Eli Zaretskii
2012-09-30
Fix compilation failure introduced in 2012-09-30T06:19:33Z!eggert@cs.ucla.edu.
Eli Zaretskii
2012-09-29
Profiler improvements: more-accurate timers, overflow checks.
Paul Eggert
2012-09-28
* src/lisp.h (struct backtrace): Remove indirection for `function' field.
Stefan Monnier
2012-09-28
* profiler.c (sigprof_handler): Fix race condition.
Tomohiro Matsuyama
2012-09-27
* profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
Tomohiro Matsuyama
2012-09-26
Merge profiler branch
Stefan Monnier
2012-09-26
* lisp/profiler.el (profiler-start): Don't prompt for choice when there
Stefan Monnier
2012-09-25
* src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
Juanma Barranquero
2012-09-24
* src/profiler.c: Rename sample_profiler_* to profiler_cpu_* and
Stefan Monnier
2012-09-24
Try to let it compile on other platforms
Stefan Monnier
2012-09-24
Rewrite sampler to use Elisp hash-tables.
Stefan Monnier
2012-08-23
profiler: Refactoring and documentation.
Tomohiro Matsuyama
2012-08-22
Add GC profiler.
Tomohiro Matsuyama
2012-08-22
Add emacs native profiler.
Tomohiro Matsuyama
[prev]