ATLAS Offline Software
Classes | Functions
AthMonBench.h File Reference
#include <ctime>
#include <sstream>
#include <ostream>
#include "LWHists/LWHistStats.h"
#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 29 of file AthMonBench.cxx.

29  {
30  if (br.valid())
31  os << "deltaMemLW: "<<br.deltaMemLW_mb()<<" mb, "<<"deltaMemOther: "<<br.deltaMemOther_mb()<<" mb, deltaCPU: "<<br.deltaCPU_ms()<<" ms";
32  else
33  os <<" [no data]";
34  return os;
35 }
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
PlotCalibFromCool.br
br
Definition: PlotCalibFromCool.py:355