guanaqo develop
Utilities for scientific software
Loading...
Searching...
No Matches
timed-cpu.hpp File Reference

Detailed Description

CPU and wall-time measurements with RAII helper.

Definition in file timed-cpu.hpp.

#include <guanaqo/export.h>
#include <guanaqo/timed.hpp>
#include <iosfwd>
Include dependency graph for timed-cpu.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  guanaqo::TimingsCPU
 Measures the number of invocations of a specific piece of code and its run time. More...
struct  guanaqo::Timed< TimingsCPU >
 RAII class for measuring wall and CPU time. More...

Namespaces

namespace  guanaqo

Functions

std::ostream & guanaqo::operator<< (std::ostream &, TimingsCPU)