DEBUG::mem_log Struct Reference

#include <debug_tools.h>

List of all members.

Public Member Functions

 mem_log (int r, int v)

Public Attributes

int res
int virt

Static Public Attributes

static char str [64] = {0}

Detailed Description

Definition at line 74 of file debug_tools.h.


Constructor & Destructor Documentation

DEBUG::mem_log::mem_log ( int  r,
int  v 
)

Definition at line 11 of file debug_tools.cpp.

References res, str, and virt.

00011                                     : res(r), virt(v) {
00012      snprintf(str, 64, "Res/Virt(MiB) = %4d / %4d",res, virt);
00013     }


Member Data Documentation

Definition at line 78 of file debug_tools.h.

Referenced by mem_log().

char DEBUG::mem_log::str = {0} [static]

Definition at line 77 of file debug_tools.h.

Referenced by mem_log().

Definition at line 79 of file debug_tools.h.

Referenced by mem_log().


The documentation for this struct was generated from the following files:

Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1