fileTag
perf fileTag string"keywords"
Description
Specifies the file tag to add as a suffix to the callstack log file name. The default is "".
GUI Equivalent
|
CIW – Tools – Diagnostic Center – Performance – Health Monitor – Program Execution Tracing |
|
Examples
envGetVal("perf" "fileTag")
envSetVal("perf" "fileTag" 'string "slow_rectangle_creation")
The following example shows a callstack file name with specified file tag added as a suffix:
/.cadence/perf/hc1lnx14_myuser_16206_callstacks_20201223_105512_slow_rectangle_creation
Related Topics
Collecting Data Using Health Monitor Tool
Return to top