Commit bbcf7053 authored by Nina Džugasová's avatar Nina Džugasová
Browse files

Made changes in TimerExample.

parent 1b5b560c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@ int main()
    time.start();
    usleep(microseconds);
    time.stop();
    time.getRealTime();
    cout << "before reset:" << time.getRealTime() << endl;
    time.reset();
    cout << "after reset:" << time.getRealTime() << endl;
}