How to get "Thread Time (With StartStop Activities) Stacks" to show up
I am collecting data from an ASP.NET Core application in the GUI with configuration that generates the following command: PerfView.exe "/DataFile:myfile.etl" /BufferSizeMB:256 /StackCompression /CircularMB:500 /KernelEvents:ThreadTime /ClrEvents:GC,Binder,Security,AppDomainResourceManagement,Contention,Exception,Threading,JITSymbols,Type,GCHeapSurvivalAndMovement,GCHeapAndTypeNames,Stack,ThreadTransfer,Codesymbols,Compilation /Providers:"*Microsoft-Diagnostics-DiagnosticSource,*Microsoft.AspNetCore.Hosting,*Microsoft.AspNetCore.Server.Kestrel,*Microsoft.AspNetCore" /NoGui /FocusProcess:"5332" /NoNGenRundown /Merge:True /Zip:True collect
In the events view, I can see start and stop events:
But I don't see the "Thread Time (With StartStop Activities) Stacks" view anywhere:
The PerfView documentation links an article that would have more documentation on correlating activities and stacks but the link seems dead. What am I missing to get this view to show up?