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
While working on dotnet/BenchmarkDotNet#2117 I've very carefully followed the docs and have failed to get a trace file that contains events that could be successfully presented by PerfView. I've tried both x64 and arm64 Ubuntu machines.
@brianrob could you please take a look at these trace files and let me know if I am doing something wrong? I was expecting that with the default settings (COMPlus_PerfMapEnabled=1, COMPlus_EnableEventLog=1) some default events are going to be enabled and captured.
The text was updated successfully, but these errors were encountered:
@adamsitnik, sorry for the delay on this. It looks like something probably went wrong enabling the events in the runtime. Is it possible that COMPlus_EnableEventLog=1 wasn't set for the application itself (as opposed to the collection shell)? The logs show that LTTng is properly installed and was being configured properly, but the traces don't contain any events.
While working on dotnet/BenchmarkDotNet#2117 I've very carefully followed the docs and have failed to get a trace file that contains events that could be successfully presented by PerfView. I've tried both x64 and arm64 Ubuntu machines.
The app that I've used:
The trace files I got:
net5.trace.zip
net6.trace.zip
net7rc1.trace.zip
@brianrob could you please take a look at these trace files and let me know if I am doing something wrong? I was expecting that with the default settings (
COMPlus_PerfMapEnabled=1
,COMPlus_EnableEventLog=1
) some default events are going to be enabled and captured.The text was updated successfully, but these errors were encountered: