Support atimers and CPU profiler via profile.c on MS-Windows.
[bpt/emacs.git] / src / profiler.c
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...
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.