uk.ac.soton.ecs.grimoires.test.uddiv2.util
Class PerformanceRecord

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.test.uddiv2.util.PerformanceRecord

public class PerformanceRecord
extends Object

Author:
wf

Constructor Summary
PerformanceRecord()
           
PerformanceRecord(String line)
           
 
Method Summary
 boolean mergeGCRecord(GCRecord record)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PerformanceRecord

public PerformanceRecord()

PerformanceRecord

public PerformanceRecord(String line)
Method Detail

toString

public String toString()

mergeGCRecord

public boolean mergeGCRecord(GCRecord record)
Parameters:
record -
Returns:
if the GCRecord belongs to this PerformanceRecord, do processing and return true. otherwise false.