るりまサーチ

最速Rubyリファレンスマニュアル検索!
176件ヒット [1-100件を表示] (0.147秒)
トップページ > クエリ:i[x] > クエリ:h[x] > クエリ:key[x] > クエリ:stat[x]

別のキーワード

  1. _builtin to_h
  2. hash to_h
  3. array to_h
  4. ostruct to_h
  5. struct to_h

検索結果

<< 1 2 > >>

static int ins_methods_i(ID key, NODE *body, VALUE ary) (32400.0)

rb_class_instance_methods() のイテレータブロック (通常版)。

...rb_class_instance_methods() のイテレータブロック (通常版)。...

static int ins_methods_priv_i(ID key, NODE *body, VALUE ary) (32400.0)

rb_class_instance_methods() のイテレータブロック (private メソッド版)。

...rb_class_instance_methods() のイテレータブロック
(private メソッド版)。...

static int ins_methods_prot_i(ID key, NODE *body, VALUE ary) (32400.0)

rb_class_instance_methods() のイテレータブロック (protected メソッド版)。

...rb_class_instance_methods() のイテレータブロック
(protected メソッド版)。...

static int thread_keys_i(ID key, VALUE value, VALUE ary) (18500.0)

GC.stat(result_hash = {}) -> {Symbol => Integer} (18321.0)

GC 内部の統計情報を Hash で返します。

...の統計情報を Hash で返します。

@param result_hash 戻り値のためのハッシュを指定します。省略した場合は新
しくハッシュを作成します。result_hash の内容は上書き
されます。


@param key 得られる統計...
...情報をHash で返します。
引数 key を指定した場合は数値を返します。

GC.stat
# =>
{
:count=>2,
:heap_used=>9,
:heap_length=>11,
:heap_increment=>2,
:heap_live_slot=>6836,
:heap_free_slot=>519,
:heap_final_slot=>0,
:heap_swept_slo...
...38,
:malloc_increase=>181034,
:malloc_limit=>16777216,
:minor_gc_count=>2,
:major_gc_count=>0,
:remembered_shady_object=>55,
:remembered_shady_object_limit=>0,
:old_object=>2422,
:old_object_limit=>0,
:oldmalloc_increase=>277386,
:oldmalloc_limit=>16777216
}...
...Hash で返します。
引数 key を指定した場合は数値を返します。

GC.stat
# =>
{
:count=>0,
:heap_allocated_pages=>24,
:heap_sorted_length=>24,
:heap_allocatable_pages=>0,
:heap_available_slots=>9783,
:heap_live_slots=>7713,
:heap_...
...=>2070,
:heap_final_slots=>0,
:heap_marked_slots=>0,
:heap_swept_slots=>0,
:heap_eden_pages=>24,
:heap_tomb_pages=>0,
:total_allocated_pages=>24,
:total_freed_pages=>0,
:total_allocated_objects=>7796,
:total_freed_objects=>83,
:malloc_increase_bytes=...

絞り込み条件を変える

static VALUE rb_thread_key_p(VALUE thread, VALUE id) (12500.0)

static VALUE rb_thread_keys(VALUE thread) (12500.0)

static enum st_retval sweep_source_filename(char *key, char *value) (6500.0)

static int autoload_i(ID key, const char *name, st_table *tbl) (6400.0)

static int mark_hashentry(VALUE key, VALUE value) (6400.0)

絞り込み条件を変える

<< 1 2 > >>