summaryrefslogtreecommitdiff
path: root/lisp/profiler.el
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite sampler to use Elisp hash-tables.Stefan Monnier2012-09-241-217/+149
* profiler: Refactoring and documentation.Tomohiro Matsuyama2012-08-231-99/+157
* Add GC profiler.Tomohiro Matsuyama2012-08-221-23/+68
* * profiler.el (with-sample-profiling): New macro.Tomohiro Matsuyama2012-08-221-3/+33
* * profiler.el (profiler-start): Change mode spec.Tomohiro Matsuyama2012-08-221-3/+3
* * profiler.el: Switch to cl-lib.Tomohiro Matsuyama2012-08-221-37/+37
* Add emacs native profiler.Tomohiro Matsuyama2012-08-221-0/+600