SSWSEXTR(1)SSWSEXTR(1) NAME sswsextr - Extracts working set files from SpeedShop bbcounts experiment SYNOPSIS sswsextr DSO_file experiment_file [tag] IMPLEMENTATION IRIX systems DESCRIPTION sswsextr is a script that determines how many caliper points were recorded in the given experiment_file. It also extracts working-set files for each consecutive interval for DSO_file and produces a working-set list file suitable for processing with sscord(1) or ssorder(1). The DSO_file can either be the base executable file or any DSO contained in the executable file. The experiment_file must be from a bbcounts experiment. Working-set files are named according to the following convention: DSO_file.tag.ws.left,right In the working-set file name, left and right are the caliper point numbers. If the optional tag argument is not specified, the experiment_file argument is used as the tag. The working-set list file is named according to the following convention: DSO_file.tag.wslist It contains the names of all of the working-set files. SEE ALSO prof(1), speedshop(1), sscord(1), ssorder(1), ssrun(1).