Intel® VTune™ Amplifier

import

Import one or more collection data files/directories.

GUI Equivalent

VTune Amplifier menu > Import Result...

Syntax

-import <PATH>

Arguments

A string containing the PATH of the data files to import. To import several files, make sure to use the import option for each path.

Modifiers

call-stack-mode, discard-raw-data, inline-mode, result-dir, search-dir, user-data-dir

Description

Use the import action to import one or more collection data files into the VTune Amplifier. You may import the following formats:

Example

This example imports the sample_data.tb7 file into a VTune Amplifier project and creates the result directory r000hs:

$ amplxe-cl –import sample_data.tb7 –result-dir r000hs 

This example imports a trace file collected with the Linux Perf tool into a VTune Amplifier project and creates a default result directory r000 (since no result directory is specified from the command line):

$ amplxe-cl -import perf_trace.perf 

See Also