Intel® Advisor User Guide

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

create-project

Create an empty project, if it does not already exist.

GUI Equivalent

File > New > Project...

Syntax

--create-project [--action-options] [--global-options] [[--] <target> [target options]]

Usage

Use the --project-dir action option to:

  • Specify a project name.

  • Create a project somewhere other than the current working directory.

Example

Create a new advi project in the current working directory.

advisor --create-project --project-dir=./advi_result -- ./bin/myApplication

See Also