MySQL returned an empty result set (i.e. zero rows). (Query took 0.0003 seconds.)
SELECT * FROM `memory_summary_global_by_event_name`
|
EVENT_NAME
Event name. |
COUNT_ALLOC
Total number of allocations to memory. |
COUNT_FREE
Total number of attempts to free the allocated mem… |
SUM_NUMBER_OF_BYTES_ALLOC
Total number of bytes allocated. |
SUM_NUMBER_OF_BYTES_FREE
Total number of bytes freed |
LOW_COUNT_USED
Lowest number of allocated blocks (lowest value of… |
CURRENT_COUNT_USED
Currently allocated blocks that have not been free… |
HIGH_COUNT_USED
Highest number of allocated blocks (highest value … |
LOW_NUMBER_OF_BYTES_USED
Lowest number of bytes used. |
CURRENT_NUMBER_OF_BYTES_USED
Current number of bytes used (total allocated minu… |
HIGH_NUMBER_OF_BYTES_USED
Highest number of bytes used. |
||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|