PROFILE_PROCESSOR_TIME
Profile using accumulated CPU time
WTSupported in traditional Synergy on Windows
|
|
|
|
The PROFILE_PROCESSOR_TIME environment variable tells the Synergy DBL Profiler utility to calculate accumulated CPU time rather than elapsed CPU time.
Value
Any value.
Discussion
The Synergy DBL Profiler calculates elapsed CPU time according to the high-granularity system clock. To calculate accumulated CPU time, which is only updated every 20 milliseconds, set the PROFILE_PROCESSOR_TIME environment variable. Note that on a very fast processor, accumulated CPU time results can be so imprecise as to be almost meaningless, but may be advantageous when profiling significant amounts of input.
Setting location
The environment or the [synergy] section of synergy.ini.
Used by
Synergy DBL Profiler utility
See also
Examples
set PROFILE_PROCESSOR_TIME=1