snapshot
snapshot
Create a
read-only result snapshot you can view any time.
GUI Equivalent
Syntax
--snapshot
[--action-options] [--global-options] [[--]
target [target options]]
Default
Save the current analysis result.
Modifiers
Usage
Intel® Advisor
Example
Create a new snapshot in the project directory. Name
it
snapshotXXX
(default name).
advisor --snapshot --no-pack --project-dir=./advi_results
Create a new snapshot in the project directory. Name
it
new_snapshot
.
advisor --snapshot --no-pack --project-dir=./advi_result -- new_snapshot
Create a new snapshot. Pack it into an archive. Put it in the current
directory. Name it
snapshotXXX.advixeexpz
(default name).
advisor --snapshot --pack --project-dir=./advi_results
Create a new snapshot. Include sources and binaries. Pack it into an
archive. Name it
/tmp/new_snapshot.advixeexpz
.
advisor --snapshot --pack --cache-sources --cache-binaries --project-dir=./advi_results -- /tmp/new_snapshot