privateVarAtStartup
perf privateVarAtStartup toggle (detect print)
Description
Displays all the private environment variables that were modified at Virtuoso startup. The choices are:
-
detect: Detects all the private environment variables modified at Virtuoso startup (the default) -
print: Prints all the information related to the modified private environment variables
GUI Equivalent
Examples
The following example returns the current value for the environment variable. The return value of (t nil) indicates that the detect option is enabled and the print option is disabled:
envGetVal("perf" "privateVarAtStartup")
(t nil)
The example below enables detect and print:
envSetVal("perf" "privateVarAtStartup" 'toggle '(t t))
Related Topics
Return to top