CUBRID Engine  latest
pstat_global Struct Reference

#include <perf_monitor.h>

Collaboration diagram for pstat_global:
Collaboration graph

Public Attributes

int n_stat_values
 
UINT64 * global_stats
 
int n_trans
 
UINT64 ** tran_stats
 
boolis_watching
 
pthread_mutex_t watch_lock
 
INT32 n_watchers
 
bool initialized
 
int activation_flag
 

Detailed Description

Definition at line 657 of file perf_monitor.h.

Member Data Documentation

UINT64* pstat_global::global_stats

Definition at line 661 of file perf_monitor.h.

Referenced by perfmon_finalize(), and perfmon_initialize().

bool pstat_global::initialized
bool* pstat_global::is_watching

Definition at line 666 of file perf_monitor.h.

Referenced by perfmon_finalize(), and perfmon_initialize().

int pstat_global::n_stat_values
int pstat_global::n_trans

Definition at line 663 of file perf_monitor.h.

Referenced by perfmon_finalize(), and perfmon_initialize().

INT32 pstat_global::n_watchers

Definition at line 671 of file perf_monitor.h.

Referenced by perfmon_finalize(), and perfmon_initialize().

UINT64** pstat_global::tran_stats

Definition at line 664 of file perf_monitor.h.

Referenced by perfmon_finalize(), and perfmon_initialize().

pthread_mutex_t pstat_global::watch_lock

Definition at line 668 of file perf_monitor.h.

Referenced by perfmon_finalize(), and perfmon_initialize().


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