MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
buf_buddy_stat_t Struct Reference

#include <buf0buf.h>

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 1779 of file buf0buf.h.

Member Data Documentation

ib_uint64_t buf_buddy_stat_t::relocated

Number of blocks relocated by the buddy system.

Definition at line 1783 of file buf0buf.h.

ib_uint64_t buf_buddy_stat_t::relocated_usec

Total duration of block relocations, in microseconds.

Definition at line 1785 of file buf0buf.h.

ulint buf_buddy_stat_t::used

Number of blocks allocated from the buddy system.

Definition at line 1781 of file buf0buf.h.


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