Drizzled Public API Documentation

buf_buddy_stat_struct Struct Reference

#include <buf0buf.h>

List of all members.

Public Attributes

ulint used
ib_uint64_t relocated
ib_uint64_t relocated_usec

Detailed Description

Statistics of buddy blocks of a given size.

Definition at line 1508 of file buf0buf.h.


Member Data Documentation

ib_uint64_t buf_buddy_stat_struct::relocated

Number of blocks relocated by the buddy system.

Definition at line 1512 of file buf0buf.h.

ib_uint64_t buf_buddy_stat_struct::relocated_usec

Total duration of block relocations, in microseconds.

Definition at line 1514 of file buf0buf.h.

ulint buf_buddy_stat_struct::used

Number of blocks allocated from the buddy system.

Definition at line 1510 of file buf0buf.h.


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