NeoPZ
Macros | Functions
TPZTimer.cpp File Reference

Contains the implementation of the methods to TPZTimer class. More...

#include <sstream>
#include <algorithm>
#include "TPZTimer.h"
Include dependency graph for TPZTimer.cpp:

Go to the source code of this file.

Macros

#define DIGITS2(STREAM, TIME)
 Define to print two digits (increment zeros) More...
 

Functions

std::ostream & operator<< (std::ostream &Out, const TPZTimer &t)
 
std::ostream & operator<< (std::ostream &Out, const TPZMultiTimer &t)
 

Detailed Description

Contains the implementation of the methods to TPZTimer class.

Definition in file TPZTimer.cpp.

Macro Definition Documentation

◆ DIGITS2

#define DIGITS2 (   STREAM,
  TIME 
)

Define to print two digits (increment zeros)

Definition at line 12 of file TPZTimer.cpp.

Referenced by operator<<().

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  Out,
const TPZTimer t 
)

Definition at line 48 of file TPZTimer.cpp.

References TPZTimer::AccumSec, and DIGITS2.

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  Out,
const TPZMultiTimer t 
)