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
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
closes #7 closes #8