arm-developer-tools / windowsperf-vs-extension

WindowsPerf GUI is a Visual Studio extension that aims to provide a GUI for WindowsPerf
https://marketplace.visualstudio.com/items?itemName=Arm.WindowsPerfGUI
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

feat: time units support in timeline interval / timeout #26

Closed Alaaeddine-chakroun closed 3 weeks ago

Alaaeddine-chakroun commented 3 weeks ago

Introduction

Support time units in timeout and timeline interval. An error message is shown if the format is not supported. Uses the following regex to match correct format.

^\d+(\.?\d+)?((ms)|s|m|h|d)?$

Also extracts the "wperf.exe" string in a seperate constant.

In this patch:

feat: time units support in t imeline interval / timeout

Testing

scPYHotdZr

closes #7 closes #8