[slime-cvs] CVS slime/doc

CVS User sboukarev sboukarev at common-lisp.net
Fri Oct 9 14:57:45 UTC 2009


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

Modified Files:
	slime.texi 
Log Message:
* contrib{slime-sprof.el,swank-sprof.lisp}: Add ability to exclude functions which symbols
are from swank package.
* doc/slime.texi: document it.


--- /project/slime/cvsroot/slime/doc/slime.texi	2009/09/24 11:30:47	1.80
+++ /project/slime/cvsroot/slime/doc/slime.texi	2009/10/09 14:57:45	1.81
@@ -12,7 +12,7 @@
 @set EDITION 3.0-alpha
 @set SLIMEVER 3.0-alpha
 @c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2009/09/24 11:30:47 $}
+ at set UPDATED @code{$Date: 2009/10/09 14:57:45 $}
 @set TITLE SLIME User Manual
 @settitle @value{TITLE}, version @value{EDITION}
 
@@ -2849,6 +2849,9 @@
 
 @code{slime-sprof} is a package for integrating SBCL's statistical profiler, sb-sprof.
 
+The variable @code{slime-sprof-exclude-swank} controls whether to
+display swank functions. The default value is NIL.
+
 @table @kbd
 
 @cmditem{slime-sprof-start}
@@ -2869,6 +2872,8 @@
 View function sources. 
 @kbditem{d, slime-sprof-browser-disassemble-function}
 Disassemble function.
+ at kbditem{s, slime-sprof-toggle-swank-exclusion}
+Toggle exclusion of swank functions from the report.
 
 @end table
 





More information about the slime-cvs mailing list