DEBUG::time_log Struct Reference

#include <debug_tools.h>

List of all members.

Public Member Functions

 time_log (int c, int u)

Public Attributes

int cpu
int user

Static Public Attributes

static char str [64] = {0}

Detailed Description

Definition at line 54 of file debug_tools.h.


Constructor & Destructor Documentation

DEBUG::time_log::time_log ( int  c,
int  u 
)

Definition at line 7 of file debug_tools.cpp.

References cpu, str, and user.

00007                                     : cpu(c), user(u) {
00008       snprintf(str, 64, "CPU/User(ms) = %4d / %4d",cpu, user);
00009   }


Member Data Documentation

Definition at line 58 of file debug_tools.h.

Referenced by time_log().

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

Definition at line 57 of file debug_tools.h.

Referenced by time_log().

Definition at line 59 of file debug_tools.h.

Referenced by time_log().


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

Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1