summaryrefslogtreecommitdiff
path: root/lisp/profiler.el
Commit message (Expand)AuthorAgeFilesLines
* profiler.el tweaksGlenn Morris2013-01-191-4/+16
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Add a menu for profiler report modeGlenn Morris2012-11-191-8/+46
|/
* Fix help-echo text in profiler-report-make-entry-part.Eli Zaretskii2012-10-271-1/+3
* Add missing :version tagsGlenn Morris2012-10-061-0/+1
* Spelling fixes.Paul Eggert2012-10-041-1/+1
* Count overruns when profiling; change units to ns.Paul Eggert2012-10-011-5/+5
* * profiler.el (profiler-sampling-interval): Change default back to 1.Paul Eggert2012-09-301-1/+1
* * profiler.el (profiler-sampling-interval): Rename fromTomohiro Matsuyama2012-10-011-143/+206
* Merge profiler branchStefan Monnier2012-09-261-17/+21
* * lisp/profiler.el (profiler-start): Don't prompt for choice when thereold-branches/profilerStefan Monnier2012-09-261-19/+14
* * src/profiler.c: Rename sample_profiler_* to profiler_cpu_* andStefan Monnier2012-09-241-22/+22
* Try to let it compile on other platformsStefan Monnier2012-09-241-1/+2
* 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