Updated 2013-09-01 21:13:46 by pooryorick

Summary  edit

SoftGuard is a set of tools to profile, debug, and trace Tcl code

Attributes  edit

website
https://chiselapp.com/user/pooryorick/repository/SoftGuard/wiki
website (original)
SoftGuard

Download  edit

sgxTools-2.1.tgz (alternate)

Resources  edit

repository

Description  edit

SoftGuard is derived from tcllib's profiler module. Minor changes have been made to make it usable for older Tcl versions (>= 8.0) and print out never used procedures.

There are at least 4 modules in this package:
sgxCT
will print the trace of selected procedures and give you basic usage statistics.
sgxDbg
package containing useful procedures to debug.
sgxRSM
a package to create basic source metrics to check code quality.
sgxTVC
a package to check declaration and usage of variables.