Main Page | Modules | Data Structures | File List | Data Fields | Globals

PINT_perf_counter Struct Reference

struct representing a perf counter instance More...

#include <pint-perf-counter.h>

Collaboration diagram for PINT_perf_counter:

Collaboration graph
[legend]

Data Fields

PINT_perf_keykey_array
int key_count
int history_size
int64_t ** value_matrix
uint64_t * start_time_array_ms
uint64_t * interval_array_ms

Detailed Description

struct representing a perf counter instance


Field Documentation

int PINT_perf_counter::history_size
 

number of history intervals

uint64_t* PINT_perf_counter::interval_array_ms
 

array of interval lengths

struct PINT_perf_key* PINT_perf_counter::key_array
 

keys (provided by initialize())

int PINT_perf_counter::key_count
 

number of keys

uint64_t* PINT_perf_counter::start_time_array_ms
 

array of start times

int64_t** PINT_perf_counter::value_matrix
 

matrix of statistics, first dimension is key, second is history


The documentation for this struct was generated from the following file:
Generated on Sat Feb 4 02:46:04 2012 for PVFS by doxygen 1.3.5