[This is preliminary documentation and is subject to change.]
Defines how much smoothing the timing statistics filter does - the lower the number the more smoothing is done.
Smoothing makes stat times insensitive to some seldom delays that may happen every now and then
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute("stat-times-ema-factor", 0.04)]
public double StatTimesEMAFactor { get; set; }
[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute("stat-times-ema-factor", 0.04)]
public double StatTimesEMAFactor { get; set; }
<ExternalParameterAttribute(New String() { ... })>
<ConfigAttribute("stat-times-ema-factor", 0.04)>
Public Property StatTimesEMAFactor As Double
Get
Set
<ExternalParameterAttribute(New String() { ... })>
<ConfigAttribute("stat-times-ema-factor", 0.04)>
Public Property StatTimesEMAFactor As Double
Get
Set
public:
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
[ConfigAttribute(L"stat-times-ema-factor", 0.04)]
property double StatTimesEMAFactor {
double get ();
void set (double value);
}
public:
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
[ConfigAttribute(L"stat-times-ema-factor", 0.04)]
property double StatTimesEMAFactor {
double get ();
void set (double value);
}
[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute("stat-times-ema-factor", 0.04)>]
member StatTimesEMAFactor : float with get, set
[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute("stat-times-ema-factor", 0.04)>]
member StatTimesEMAFactor : float with get, set
Property Value
Type:
Double