ATLAS Offline Software
Loading...
Searching...
No Matches
AthMonBench.h File Reference
#include <ctime>
#include <iosfwd>
#include "GaudiKernel/IMessageSvc.h"
Include dependency graph for AthMonBench.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AthMonBench

Functions

std::ostream & operator<< (std::ostream &os, const AthMonBench &br)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const AthMonBench & br )

Definition at line 37 of file AthMonBench.cxx.

37 {
38 if (br.valid())
39 os << "deltaMem: "<<br.deltaMem_mb()<<" mb, deltaCPU: "<<br.deltaCPU_ms()<<" ms";
40 else
41 os <<" [no data]";
42 return os;
43}