NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::NoOpStopwatch Struct Reference

#include <stopwatch.h>

Public Member Functions

constexpr void start () noexcept
 
constexpr void stop () noexcept
 
constexpr void reset () noexcept
 
constexpr bool is_running_ () const noexcept
 
void print (const std::string &, timers::timeunit_t, std::ostream &) const
 
constexpr double elapsed () const noexcept
 
constexpr double elapsed (timers::timeunit_t) const noexcept
 

Member Function Documentation

◆ elapsed() [1/2]

constexpr double nest::NoOpStopwatch::elapsed ( ) const
inlineconstexprnoexcept

◆ elapsed() [2/2]

constexpr double nest::NoOpStopwatch::elapsed ( timers::timeunit_t  ) const
inlineconstexprnoexcept

◆ is_running_()

constexpr bool nest::NoOpStopwatch::is_running_ ( ) const
inlineconstexprnoexcept

◆ print()

void nest::NoOpStopwatch::print ( const std::string &  ,
timers::timeunit_t  ,
std::ostream &   
) const
inline

◆ reset()

constexpr void nest::NoOpStopwatch::reset ( )
inlineconstexprnoexcept

◆ start()

constexpr void nest::NoOpStopwatch::start ( )
inlineconstexprnoexcept

◆ stop()

constexpr void nest::NoOpStopwatch::stop ( )
inlineconstexprnoexcept

The documentation for this struct was generated from the following file: