I've been playing around with ETW and some custom events based on System.Diagnostics.Tracing.EventSource. It's all working nicely with the TPL, meaning I'm getting correlated activities even across different threads - all very nice. I am using PerfView to validate this is working correctly.
I'd now like to start using Windows Performance Analyzer in my analysis, but I can't see how to get anything resembling an activity duration displayed in a data table - something like the DURATION_MSEC computed column in PerfView. I've noticed that duration is available as a tooltip on the Generic Events graph, so it would appear that this information is available in the tool.
Does anyone know how to set this up in WPA?