DEBUG Namespace Reference

Classes

struct  time_log
struct  mem_log

Functions

template<int I>
const time_log check_clock ()
const mem_log check_mem ()

Function Documentation

template<int I>
time_log DEBUG::check_clock (  )  [inline]

Definition at line 21 of file debug_tools.cpp.

00021                                 {
00022     return check_clock<0xBADBEEF>();
00023   }

const DEBUG::mem_log DEBUG::check_mem (  ) 

Definition at line 15 of file debug_tools.cpp.

00015                                    {
00016     static ProcInfo_t proc;
00017     gSystem->GetProcInfo(&proc);
00018     return mem_log(proc.fMemResident /1024., proc.fMemVirtual /1024.);
00019   }


Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1