]> code.delx.au - gnu-emacs/history - src/profiler.c
Port documentation to Texinfo 5.0.
[gnu-emacs] / src / profiler.c
2013-02-08 Aidan Gauland* doc/misc/eshell.texi: Fill most of the missing sections.
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-04 Paul Eggert* profiler.c (handle_profiler_signal): Inhibit pending...
2012-10-04 Paul EggertPort timers to OpenBSD, plus check for timer failures.
2012-10-02 Paul Eggert* profiler.c (handle_profiler_signal): Fix a malloc...
2012-10-02 Paul EggertCount overruns when profiling; change units to ns.
2012-09-30 Tomohiro Matsuyama* profiler.el (profiler-sampling-interval): Rename...
2012-09-30 Eli ZaretskiiSupport atimers and CPU profiler via profile.c on MS...
2012-09-30 Kenichi Handamerge trunk
2012-09-30 Eli ZaretskiiFix compilation failure introduced in 2012-09-30T06...
2012-09-30 Paul EggertProfiler improvements: more-accurate timers, overflow...
2012-09-29 Stefan Monnier* src/lisp.h (struct backtrace): Remove indirection...
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-28 Tomohiro Matsuyama* profiler.c (sigprof_handler): Fix race condition.
2012-09-26 Tomohiro Matsuyama* profiler.c (Fprofiler_cpu_start): Remove unnecessary...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-26 Stefan Monnier* lisp/profiler.el (profiler-start): Don't prompt for... origin/old-branches/profiler
2012-09-26 Juanma Barranquero* src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profi...
2012-09-25 Stefan Monnier* src/profiler.c: Rename sample_profiler_* to profiler_...
2012-09-24 Stefan MonnierTry to let it compile on other platforms
2012-09-24 Stefan MonnierRewrite sampler to use Elisp hash-tables.
2012-08-23 Tomohiro Matsuyamaprofiler: Refactoring and documentation.
2012-08-22 Tomohiro MatsuyamaAdd GC profiler.
2012-08-22 Tomohiro MatsuyamaAdd emacs native profiler.