index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
profiler.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-25
Paul Eggert
2016-08-05
1
-1
/
+2
|
\
|
*
profiler: document prefix arg for tree expansion
Noam Postavsky
2016-07-28
1
-1
/
+2
*
|
profiler: Add mouse-1 binding for tree expansion
Noam Postavsky
2016-07-28
1
-0
/
+1
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Don't overflow if computing approximate percentage
Paul Eggert
2015-07-31
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/profiler.el: Create a more coherent calltree from partial backtraces.
Stefan Monnier
2013-10-08
1
-21
/
+143
*
* lisp/profiler.el (profiler-calltree-find): Use function-equal.
Stefan Monnier
2013-09-10
1
-2
/
+1
*
lisp/profiler.el (profiler-format-number): Use log, not log10.
Juanma Barranquero
2013-06-21
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.de
Glenn Morris
2013-03-30
1
-3
/
+5
|
\
|
*
Standardize license notice
Glenn Morris
2013-03-30
1
-3
/
+5
*
|
* lisp/profiler.el (profiler-report-mode-map): Add a restart menu entry.
Glenn Morris
2013-02-04
1
-0
/
+2
*
|
Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.ca
Glenn Morris
2013-01-24
1
-1
/
+1
|
\
|
|
*
Comment
Glenn Morris
2013-01-19
1
-1
/
+1
*
|
profiler.el tweaks
Glenn Morris
2013-01-19
1
-4
/
+16
*
|
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
Add a menu for profiler report mode
Glenn Morris
2012-11-19
1
-8
/
+46
|
/
*
Fix help-echo text in profiler-report-make-entry-part.
Eli Zaretskii
2012-10-27
1
-1
/
+3
*
Add missing :version tags
Glenn Morris
2012-10-06
1
-0
/
+1
*
Spelling fixes.
Paul Eggert
2012-10-04
1
-1
/
+1
*
Count overruns when profiling; change units to ns.
Paul Eggert
2012-10-01
1
-5
/
+5
*
* profiler.el (profiler-sampling-interval): Change default back to 1.
Paul Eggert
2012-09-30
1
-1
/
+1
*
* profiler.el (profiler-sampling-interval): Rename from
Tomohiro Matsuyama
2012-10-01
1
-143
/
+206
*
Merge profiler branch
Stefan Monnier
2012-09-26
1
-17
/
+21
*
* lisp/profiler.el (profiler-start): Don't prompt for choice when there
Stefan Monnier
2012-09-26
1
-19
/
+14
*
* src/profiler.c: Rename sample_profiler_* to profiler_cpu_* and
Stefan Monnier
2012-09-24
1
-22
/
+22
*
Try to let it compile on other platforms
Stefan Monnier
2012-09-24
1
-1
/
+2
*
Rewrite sampler to use Elisp hash-tables.
Stefan Monnier
2012-09-24
1
-217
/
+149
*
profiler: Refactoring and documentation.
Tomohiro Matsuyama
2012-08-23
1
-99
/
+157
*
Add GC profiler.
Tomohiro Matsuyama
2012-08-22
1
-23
/
+68
*
* profiler.el (with-sample-profiling): New macro.
Tomohiro Matsuyama
2012-08-22
1
-3
/
+33
*
* profiler.el (profiler-start): Change mode spec.
Tomohiro Matsuyama
2012-08-22
1
-3
/
+3
*
* profiler.el: Switch to cl-lib.
Tomohiro Matsuyama
2012-08-22
1
-37
/
+37
*
Add emacs native profiler.
Tomohiro Matsuyama
2012-08-22
1
-0
/
+600