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

Freshly installed UIforETW's scripts can't find xperf #106

Closed randomascii closed 5 years ago

randomascii commented 6 years ago

When UIforETW is first launched it installs Windows Performance Toolkit which includes xperf.exe. The installer adds xperf.exe to the system path. However it will only be in the path for UIforETW on subsequent launches. So, any scripts that are launched by UIforETW on its first run will fail to find xperf.exe and will fail to run correctly.

randomascii commented 5 years ago

Fixed