dune-pdelab 2.7-git
|
#include <ostream>
#include <sys/types.h>
#include <dune/common/exceptions.hh>
Go to the source code of this file.
Classes | |
struct | Dune::PDELab::TimeSpec |
struct to store temporal values More... | |
struct | Dune::PDELab::ClockError |
exception thrown by clock functions More... | |
Namespaces | |
namespace | Dune |
For backward compatibility – Do not use this! | |
namespace | Dune::PDELab |
Functions | |
std::ostream & | Dune::PDELab::operator<< (std::ostream &s, const TimeSpec &t) |
insert a timespec into an output stream More... | |
TimeSpec | Dune::PDELab::getWallTime () |
get the wall time in seconds since the epoch More... | |
TimeSpec | Dune::PDELab::getWallTimeResolution () |
get resolution of the wall time in seconds More... | |
const std::string & | Dune::PDELab::getWallTimeImp () |
return a string describing which implementation is used to get the wall time More... | |
TimeSpec | Dune::PDELab::getProcessTime () |
get the process time in seconds used by the current process More... | |
TimeSpec | Dune::PDELab::getProcessTimeResolution () |
get resolution of the process time in seconds More... | |
const std::string & | Dune::PDELab::getProcessTimeImp () |
return a string describing which implementation is used to get the process time More... | |