Inherits:
::tycho::EditForest
-
Source File -
Contents:
public methods
A code profiler for Tcl and Itcl code, using the TclX extension.
To start profiling a section of code, hit the "Start Profiling" button.
To display the call tree of the current profile, hit the "Display Profile"
button. To cancel profiling without displaying the call tree,
hit the "Cancel Profile" button.
Here is an example of how to use the ProfileTcl:
::tycho::view ProfileTcl
.
Public constructs
-
help
- Open a help window.
-
profileCancel
- Turn profiling off and do not report the results.
-
profileDisplay
- Turn profiling off and report the results.
-
profileStart
- Turn profiling on.
-
updateTimes
- Update the times displayed at the bottom to those of the node closest
to the current position of the mouse.
Index of classes
Author: Edward A. Lee
Contributor: Christopher Hylands
Version: @(#)ProfileTcl.itcl 1.20 12/04/96
Copyright: (c) 1996 The Regents of the University of California.