RepastHPC  2.3.1
Public Member Functions | List of all members
repast::Timer Class Reference

Simple timing class. More...

#include <Utilities.h>

Public Member Functions

void start ()
 Starts the timer.
 
long double stop ()
 Stops the timer and returns the number of milliseconds elapsed since calling start(). More...
 

Detailed Description

Simple timing class.

Calling start() starts the timer, calling stop returns the milliseconds since calling start.

Member Function Documentation

◆ stop()

long double repast::Timer::stop ( )

Stops the timer and returns the number of milliseconds elapsed since calling start().

Returns
the number of milliseconds elapsed since calling start().

The documentation for this class was generated from the following files: