SpeedMeter.run constructor
SpeedMeter.run()
Creates an instance of SpeedMeter and starts the measurement.
Implementation
SpeedMeter.run() {
_clock.start();
}
Creates an instance of SpeedMeter and starts the measurement.
SpeedMeter.run() {
_clock.start();
}