ATLAS Offline Software
Functions
AthMonBench.cxx File Reference
#include "AthMonBench.h"
#include <cstring>
#include <stdio.h>
Include dependency graph for AthMonBench.cxx:

Go to the source code of this file.

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