SessionTimersEnableHighResolutionTimers Property |
Enables High-Resolution timers, which are bad for battery-life but good for the accuracy of timestamps.
See http://technet.microsoft.com/en-us/sysinternals/bb897568 for the ClockRes utility that shows current clock resolution.
NB: Exiting Fiddler reverts this to the default value.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool EnableHighResolutionTimers { get; set; }
Public Shared Property EnableHighResolutionTimers As Boolean
Get
Set
public:
static property bool EnableHighResolutionTimers {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also