You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/features/etwprofiler.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,11 @@ What we have today comes with following limitations:
30
30
<DebugSymbols>true</DebugSymbols>
31
31
```
32
32
33
+
> [!NOTE]
34
+
> On certain machines [Intel TDT and Windows Defender](https://www.microsoft.com/en-us/security/blog/2021/04/26/defending-against-cryptojacking-with-microsoft-defender-for-endpoint-and-intel-tdt/) can cause CPU samples to be captured with no value.
35
+
> You can correct this problem by disabling the feature using `powershell.exe Set-MpPreference -DisableTDTFeature $true`.
36
+
> *WARNING:* Disabling security features will make your machine less secure; do so at your own risk.
37
+
33
38
## How to use it?
34
39
35
40
You need to install `BenchmarkDotNet.Diagnostics.Windows` package.
0 commit comments