[slime-cvs] CVS slime/doc

CVS User sboukarev sboukarev at common-lisp.net
Mon Sep 21 19:36:54 UTC 2009


Update of /project/slime/cvsroot/slime/doc
In directory cl-net:/tmp/cvs-serv32751/doc

Modified Files:
	slime.texi 
Log Message:
* doc/slime.texi (slime-sprof): document slime-sprof contrib.


--- /project/slime/cvsroot/slime/doc/slime.texi	2009/08/27 14:48:46	1.78
+++ /project/slime/cvsroot/slime/doc/slime.texi	2009/09/21 19:36:54	1.79
@@ -12,7 +12,7 @@
 @set EDITION 3.0-alpha
 @set SLIMEVER 3.0-alpha
 @c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2009/08/27 14:48:46 $}
+ at set UPDATED @code{$Date: 2009/09/21 19:36:54 $}
 @set TITLE SLIME User Manual
 @settitle @value{TITLE}, version @value{EDITION}
 
@@ -233,7 +233,8 @@
 * Documentation Links::         
 * Xref and Class Browser::      
 * Highlight Edits::             
-* Scratch Buffer::              
+* Scratch Buffer::
+* slime-sprof::
 * slime-fancy::                 
 
 REPL: the ``top level''
@@ -2096,7 +2097,8 @@
 * Documentation Links::         
 * Xref and Class Browser::      
 * Highlight Edits::             
-* Scratch Buffer::              
+* Scratch Buffer::
+* slime-sprof::
 * slime-fancy::                 
 @end menu
 
@@ -2842,6 +2844,34 @@
 
 @end table
 
+ at node slime-sprof
+ at section @code{slime-sprof}
+
+ at code{slime-sprof} is a package for integrating SBCL's statistical profiler, sb-sprof.
+
+ at table @kbd
+
+ at cmditem{slime-sprof-start}
+Start profiling.
+
+ at cmditem{slime-sprof-stop}
+Stop profiling.
+ at cmditem{slime-sprof-browser}
+Report results of the profiling.
+ at end table
+
+The following keys are defined in slime-sprof-browser mode:
+ at table @kbd
+
+ at kbditem{RET, slime-sprof-browser-toggle}
+Expand / collapse function details (callers, calls to)
+ at kbditem{v, slime-sprof-browser-view-source}
+View function sources. 
+ at kbditem{d, slime-sprof-browser-disassemble-function}
+Disassabmle function.
+
+ at end table
+
 @node slime-fancy
 @section Meta package: @code{slime-fancy}
 





More information about the slime-cvs mailing list