Make bootstrap without generated uni-*.el files possible again
[bpt/emacs.git] / lisp / profiler.el
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-26 Stefan Monnier* lisp/profiler.el (profiler-start): Don't prompt for...
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 Matsuyama* profiler.el (with-sample-profiling): New macro.
2012-08-22 Tomohiro Matsuyama* profiler.el (profiler-start): Change mode spec.
2012-08-22 Tomohiro Matsuyama* profiler.el: Switch to cl-lib.
2012-08-22 Tomohiro MatsuyamaAdd emacs native profiler.