AutoPas  3.0.0
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Timer.h File Reference
#include <chrono>
#include <iomanip>
#include <sstream>
#include <string>
Include dependency graph for Timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  autopas::utils::Timer
 Timer class to stop times. More...
 

Namespaces

namespace  autopas
 This is the main namespace of AutoPas.
 
namespace  autopas::utils
 In this namespace some helper classes and functions can be found used inside of AutoPas.
 

Typedefs

using autopas::utils::bestSteadyClock = std::conditional_t< std::chrono::high_resolution_clock::is_steady, std::chrono::high_resolution_clock, std::chrono::steady_clock >
 high_resolution_clock is not guaranteed to be monotonous in time, which can lead to negative duration times.
 

Detailed Description

Date
11.01.2011
Author
eckhardw