DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
Profiling.hpp File Reference

Wall-clock performance timer and running scalar statistics utilities. More...

#include "Defines.hpp"
#include "MPI.hpp"
Include dependency graph for Profiling.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DNDS::PerformanceTimer
 Process-wide singleton aggregating wall-clock timings by category. More...
 
class  DNDS::ScalarStatistics
 Running-statistics accumulator using Welford's online algorithm. More...
 

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 

Functions

PerformanceTimerDNDS::Timer ()
 Short-hand accessor to the PerformanceTimer singleton.
 

Detailed Description

Wall-clock performance timer and running scalar statistics utilities.

Definition in file Profiling.hpp.