Как установить QElapsedTimer::ClockType TickCounter?
Как прочитать значение тиков?
        //timer3.PerformanceCounter;
        //timer3.TickCounter;
        //timer3.ClockType(TickCounter);
        //timer3.QElapsedTimer::TickCounter;
        //timer3.clockType(2);
        timer3.clockType(QElapsedTimer::TickCounter);
        timer3.start();
time=timer3.nsecsElapsed();   //так?