google / UIforETW

User interface for recording and managing ETW traces
https://randomascii.wordpress.com/2015/04/14/uiforetw-windows-performance-made-easier/
Apache License 2.0
1.55k stars 201 forks source link

Flamegraph viewer should be detached from UIforETW #83

Closed randomascii closed 7 years ago

randomascii commented 8 years ago

If you use the trace list context menu to view a flame graph (Scripts-> Create flame graph) then the flame graph viewer may end up starting as a child process of the Python script, which means that UIforETW ends up hung until you close the viewer. The viewer process should be explicitly disconnected.

This happened when using IE as an SVG viewer. It probably depends on whether or not IE was previously active.

randomascii commented 7 years ago

Now that WPA has flame graph support I have little interest in improving UIforETW's flame graph support.