SSDOEXP(1) SSDOEXP(1)
ssdoexp - script to run an experiment, and invoke prof and ssdump on it
ssdoexp <expname> <a.out> [args]
ssdoexp is a noship script will run ssrun with the given experiment
name, on the given executable, with its stout and stderr directed to a
file named OUT.<expname>. It assumes that any executables needed have
been built in the current directory, and will clean out any files with
names that it might use for output.
After the target runs, ssdoexp will check for a core dump, and, if found,
will append a cvdump suummary of the crash to the file, as well as save
the core file. Then, it will then run prof on any resulting output
file(s), and append its output to the output file. If prof core dumps,
a cvdump summary of it will be appended, and that core file saved.
Finally, it appends an ssdump of the experiment files to the file.
The experiment name "pixie" is appropriately special-cased to deal with a
pixified executable and .Counts files, rather than ssrun and experiment
files.
ssdoallexp(1), ssrun(1), pixie(1), prof(1), cvdump(1)
PPPPaaaaggggeeee 1111 [ Back ]
|