profrep(1tcl)
profrep --
generates a report from data collected by profile(1tcl)
Synopsis
profrep profDataVar sortKey stackDepth [outFile] [userTitle]
Description
This procedure generates a report from data collected from
the profile command. profDataVar is the name of
the array containing the data returned by the
profile command. sortKey indicates
which data value to sort by. It should be one of
calls, cpu or real.
outFile is the name of file to write the report
to. If omitted, stdout is assumed. userTitle is
an optional title line to add to output.
References
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.