CCombine(1)
NAME
CCombine - generate a single performance file in SDDF for-
mat.
SYNOPSIS CCombine [ -Aa ] [ -Bb ] [ -o output file ] [ -h project
history file ] input file ...
DESCRIPTION
CCombine is a program which combines the per-process trace
files into a single performance file in SDDF format. The
output file -- output file contains procedure and event
statistics for the metrics accumulated during runtime in
the per-process trace files -- input file. It is used as
input to the graphical performance browser, SvPablo. Dif-
ferent metrics are collected for procedure and events
statistics, which are classified into different cate-
gories. For each of these metrics, the C performance file
contains the corresponding accumulated values from each of
the processes and the following statistics computed by
CCombine:
mean
standard deviation
minimum value
process number corresponding to the minimum value
maximum value
process number corresponding to the maximum value
OPTIONS
The following options are supported:
-A or -a specifies an ASCII output file.
-B or -b specifies a binary output file.
-o output filespecifies the output file name. By default
CCombine generates a binary SDDF file named
"svPabloCtrace.", where "pid" is CCom-
bine's process ID.
-h project history file
specifies the project history file. If this
option is absent, by default CCombine
searchs for the file named "projectHistory"
in the directory where CCombine is being
run.
SEE ALSON
runSvPablo(1)
COPYRIGHT
Copyright 1997, The University of Illinois Board of
Trustees.