1GEN_PROFILE_MERGE(1)               sediment               GEN_PROFILE_MERGE(1)
2
3
4

NAME

6       gen_profile_merge  -  Merge  multiple  callgraphs  into one  Call Graph
7       Usage:
8
9          gen_profile_merge [options]
10
11       gen_profile_merge takes one or more call  graph  (.gv)  files,  weights
12       each of them, and merges the call graph files into a single file.
13
14       -h, –help
15              Provide the short usage message listing the supported options.
16
17       -w, –weight=<float>
18              Change  the  weight to <float> for all the input files following
19              this option until another  weight  option  is  encountered.   By
20              default the weight value is 1.0.
21
22       -f, –file=<input_file>
23              Specify  a  file to merge with outher.  Each files requires a -f
24              option.
25
26       -o, –output=<output_file>
27              Specify the file to write the output to.  An ouptut file must be
28              secified.
29
30       -d, –debug
31              Write  additional  information  information to stderr for debug‐
32              ging.  This option is for developers and maintainers of the Sed‐
33              iment package and is not for normal users.
34
35       Example:
36
37          gen_profile_merge -o merged.gv -w 0.75 -f major_exp.gv -w 0.25 -f minor_exp.gv
38

AUTHOR

40       William Cohen
41
43       2020, William Cohen
44
45
46
47
480.8                              Jul 29, 2020             GEN_PROFILE_MERGE(1)
Impressum