In the near future wperf-installer - a WindowsPerf MSI installer will add WINDOWSPERF_PATH environment variable to store root of the installation. Under WINDOWSPERF_PATH you will find:
WINDOWSPERF_PATH\wperf - directory with wperf.exe
WINDOWSPERF_PATH\wpa-plugins - directory with wpar-plugin and wpa-plugin-etl DLL files
DOD:
Extension can check if WINDOWSPERF_PATH environment variable is defined. If it is, extension can propose to the user selecting wperf.exe from this path as default WindowsPerf wperf.exe executable
WINDOWSPERF_PATH environment variable can be also displayed in settings of the extension as read-only field to tell user where wperf.exe is located
Cloned from: https://linaro.atlassian.net/browse/WPERF-983
In the near future
wperf-installer
- a WindowsPerf MSI installer will addWINDOWSPERF_PATH
environment variable to store root of the installation. UnderWINDOWSPERF_PATH
you will find:WINDOWSPERF_PATH\wperf
- directory withwperf.exe
WINDOWSPERF_PATH\wpa-plugins
- directory withwpar-plugin
andwpa-plugin-etl
DLL filesDOD:
Extension can check if
WINDOWSPERF_PATH
environment variable is defined. If it is, extension can propose to the user selectingwperf.exe
from this path as default WindowsPerfwperf.exe
executableWINDOWSPERF_PATH
environment variable can be also displayed in settings of the extension as read-only field to tell user where wperf.exe is located