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

cache-binaries-mode

Select what binary files will be added to a read-only snapshot.

Syntax

--cache-binaries-mode=<string>

Arguments

<string> is one of the following:

Argument

Description

full

Add all binary files to a read-only snapshot.

light

Add only essential binary files to a read-only snapshot.

off

Do not add binary files to a read-only snapshot.

Default

light

Actions Modified

snapshot

Usage

Use full mode to add all binary files. This can increase the snapshot size.

If you only need minimal information in a snapshot, for example, only timings to compare them with other results, you can set the mode to off or light to reduce snapshot size.

Example

Create a snapshot new_snapshot and add all binary files.

advisor --snapshot --cache-binaries --cache-binaries-mode=full --project-dir=./advi_result -- new_snapshot

See Also