Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
vpChrono Class Reference

#include <vpTime.h>

Public Member Functions

 vpChrono ()
double getDurationMicros ()
double getDurationMs ()
double getDurationSeconds ()
void start (bool reset=true)
void stop ()

Detailed Description

Constructor & Destructor Documentation

◆ vpChrono()

vpChrono::vpChrono ( )

Definition at line 390 of file vpTime.cpp.

Member Function Documentation

◆ getDurationMicros()

double vpChrono::getDurationMicros ( )

Get chrono duration in microsecond.

Definition at line 395 of file vpTime.cpp.

◆ getDurationMs()

◆ getDurationSeconds()

double vpChrono::getDurationSeconds ( )

Get chrono duration in second.

Definition at line 405 of file vpTime.cpp.

◆ start()

◆ stop()