Method: JvmGcGraph::ParseMemoryLog#add_gc_arrays
- Defined in:
- lib/jvm_gc_graph.rb
#add_gc_arrays(matches) ⇒ Object
60 61 62 63 64 65 66 |
# File 'lib/jvm_gc_graph.rb', line 60 def add_gc_arrays(matches) add_to_array(@data, matches[0].to_i, [matches[4].to_f, nil,nil, matches[5].to_f, nil,nil, matches[6].to_f, nil,nil]) add_to_array(@gc_data, matches[0].to_i, [(matches[7].to_f*1000), nil,nil]) end |