<AHREF="index.html#utilities">Return to Main Contents</A><HR>
<P>
<ANAME="lbAB"> </A>
<H2>NAME</H2>
Tool to compare / estimate the processing time for (Perl-compatible) regular expressions (PCRE).
<ANAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
qsrespeed <path>
<ANAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
qsrespeed loads regular expressions from the provided file and matches them against a built-in set of strings measuring the time needed to process them. It's a benchmark too to judge the expressions you have defined regarding the potential CPU consumption.
<ANAME="lbAE"> </A>
<H2>OPTIONS</H2>
<DLCOMPACT>
<DT><path><DD>
Defines the input file to process. The file consists a list of (separated by a newline character) regular expressions to test