File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/Runtime/PlatformAgnostic/Platform/Windows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ namespace DateTime
22
22
double currentRandomWindowScaled = 0.0 ;
23
23
ULONGLONG currentQuantizedQpc = 0 ;
24
24
public:
25
- JitterManager::JitterManager ()
25
+ JitterManager ()
26
26
{
27
27
// NOTE: We could cache the (1000/frequency) operation, as a double,
28
28
// that is used later to convert from seconds to milliseconds so that
@@ -68,7 +68,7 @@ namespace DateTime
68
68
quantizationToSelectedScaleFactor = max (quantizationToSelectedScaleFactor, 1.0 );
69
69
}
70
70
71
- uint64 JitterManager:: QuantizedQPC (uint64 qpc)
71
+ uint64 QuantizedQPC (uint64 qpc)
72
72
{
73
73
// Due to further analysis of some attacks, we're jittering on a more granular
74
74
// frequency of as much as a full millisecond.
You can’t perform that action at this time.
0 commit comments