On 10/5/22 13:40, torhu wrote:

     auto sw = StopWatch();

Either this:

    auto sw = StopWatch(AutoStart.yes);

or this:

    auto sw = StopWatch();
    sw.start();

Ali


Reply via email to