SYNOPSIS

perf2tau {data_directory} [-h] [-flat]

DESCRIPTION

Converts perflib data to TAU format.

If an argument is not specified, it checks the perf_data_directory environment variable. Then opens perf_data.timing directory to read perflib data If no args are specified, it tries to read perf_data.<current_date> file.

OPTIONS

-h Display the help information.

-flat Suppresses callpath profiles, each callpath profile will be flattened to show only the function profile.

EXAMPLES

%> perf2tau timing

RELATED TO perf2tau…