Module observer_cli_allocator

Authors: zhongwen (zhongwencool@gmail.com).

Data Types

allocator()

allocator() = temp_alloc | eheap_alloc | binary_alloc | ets_alloc | driver_alloc | sl_alloc | ll_alloc | fix_alloc | std_alloc

Function Index

get_average_block_sizes/1
get_cache_hit_rates/1
start/2List Memory Allocators: std, ll, eheap, ets, fix, binary, driver.

Function Details

get_average_block_sizes/1

get_average_block_sizes(Node) -> {CurrentSize, MaxSize}

get_cache_hit_rates/1

get_cache_hit_rates(Node) -> [{{instance, non_neg_integer()}, [{Key, Val}]}]

start/2

start(Node, ViewOpts) -> no_return

List Memory Allocators: std, ll, eheap, ets, fix, binary, driver.


Generated by EDoc