Scroll to navigation

OTFPROFILE(1) User Commands OTFPROFILE(1)

NAME

otfprofile - Generate a profile of an OTF trace

DESCRIPTION

otfprofile - Generate a profile of an OTF trace in LaTeX format.
Syntax: otfprofile -i <input file name> [options]
options:
show this help message
show OTF version
increase output verbosity (can be used more than once)
specify the input trace name
show progress
max. number of filehandles available per rank (default: 50)
set buffersize of the reader (default: 1048576)
specify the prefix of output file(s) (default: result)
max. number of process groups in LaTeX output (range: 1-16, default: 16)

-c, --cluster do additional clustering of processes/threads

set comparison algorithm for clustering to "KMEANS" or "CLINKAGE" (default: KMEANS)
call otfshrink to apply the cluster mapping to input trace and produce a new trace named <prefix> with symbolic links to the original (implies -c)
use hard groups for CLINKAGE clustering (implies --cluster-alg CLINKAGE)
quality threshold for CLINKAGE clustering (implies --cluster-alg CLINKAGE, default: 0.1)
do additional analysis of irregularities using various output options to be specified in a comma-separated list possible values are:
create VampirTrace filter rules from analysis information,
add information of irregularities to PDF output,
add marker information to trace file
(implies --tex, default: info)
set profiling level within the analysis to "per-function" or "per-call-path" (default: per-function)
set percentage of call-paths to be filtered. (default: 15)
name of the previous filter file that will be added to the new filter file
write communication matrix in CSV file (implies --csv)
write message length statistics in CSV file (implies --csv)
read only summarized information, no events
--[no]csv
enable/disable producing CSV output (default: disabled)
--[no]tex
enable/disable producing LaTeX output (default: enabled)
PDF creation requires the PGFPLOTS package version >1.4 http://sourceforge.net/projects/pgfplots/
March 2024 otfprofile 1.12.5