Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
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

prof-use-sampling

Lets you use data files produced by hardware profiling to produce an optimized executable. This is a deprecated option that may be removed in a future release.

Syntax

Linux:

-prof-use-sampling=list

macOS:

None

Windows:

None

Arguments

list

Is a list of one or more data files. If you specify more than one data file, they must be separated by colons.

Default

OFF

Data files produced by hardware profiling will not be used to produce an optimized executable.

Description

This option lets you use data files produced by hardware profiling to produce an optimized executable.

This is a deprecated option that may be removed in a future release. There is no replacement option.

The data files are named and produced by using Intel® VTune™.

The executable should have been produced using the following options:

    -prof-gen-sampling -g
IDE Equivalent
None
Alternate Options

None