cache-sources
cache-sources
Enable source code visibility in a
read-only snapshot you can view any time (with
--snapshot
action).
Enable keeping source code cache within a project (with
--collect
action).GUI Equivalent
To add source to a snapshot:
To keep cached source during data collection:
Syntax
--cache-sources
--no-cache-sources
Default
Off (no-cache-sources)
Usage
When used with
collect
action, report is supplied with source code folded
like a snapshot. Once set, this option triggers a flag in project configuration
that prevents deleting cache with each analysis run unless you manually disable
it.
Example
Create a read-only snapshot. Include performance data, sources, and
binaries. Save the snapshot to the
tmp
directory. Name the snapshot
myAdvisorProjSnapshot.advixeexpz
.
advisor --snapshot --project-dir=./advi_results --pack --cache-sources --cache-binaries -- ./bin/myApplication
Run a Survey analysis and keep source cache.
advisor --collect=survey --cache-sources --project-dir=./advi_results -- ./bin/myApplication