User Guide

Intel® VTune™ Profiler User Guide

ID 766319
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

user-data-dir

Specify the base directory for result paths.

GUI Equivalent

Configure Analysis window > WHAT pane

Syntax

-user-data-dir <PATH>

Arguments

A string containing the PATH/name of the user data directory.

Default

The current working directory.

Actions Modified

collect, finalize, import

Description

Use the user-data-dir action-option with the result-dir action-option when you want to specify a base directory for results.

Example

This example runs a Threading analysis of the sample Linux application and creates the default-named result directories under the myresults directory.

vtune -collect threading -user-data-dir /root/intel/myresults -- /home/test/sample