Store various daemon status data. More...
#include <oprof_start_util.h>
Public Member Functions | |
daemon_status () | |
fill various data member according to the current daemon status | |
Data Fields | |
bool | running |
true if daemon is running | |
unsigned int | nr_interrupts |
nr_interrupts from profiling start |
Store various daemon status data.
Definition at line 20 of file oprof_start_util.h.
daemon_status::daemon_status | ( | ) |
fill various data member according to the current daemon status
Definition at line 49 of file oprof_start_util.cpp.
References nr_interrupts, op_basename(), op_get_interface(), OP_INTERFACE_24, OP_INTERFACE_26, op_realpath(), and running.
unsigned int daemon_status::nr_interrupts |
nr_interrupts from profiling start
Definition at line 24 of file oprof_start_util.h.
Referenced by daemon_status(), and oprof_start::timerEvent().
true if daemon is running
Definition at line 23 of file oprof_start_util.h.
Referenced by daemon_status(), and oprof_start::timerEvent().