C# Class TypeTabulator, heap-prof

Inheritance: ProfileReader
Mostrar archivo Open project: mono/heap-prof Class Usage Examples

Public Properties

Property Type Description
Data ArrayList
IsSizeLongEnough bool[]

Public Methods

Method Description
Dump ( ) : void
Process ( ) : void
Split ( int time ) : void
SplitIfNeeded ( int time ) : void
TypeTabulator ( Profile, p ) : System
TypeTabulator ( Profile, p, int start_t, int end_t ) : System

Protected Methods

Method Description
AllocationSeen ( int time, Context, ctx, long pos ) : void
Checkpoint ( int time, int event_num ) : void
GcFreedSeen ( int time, Context, ctx, long pos ) : void
GcHeapResize ( int time, int event_num, int new_size ) : void
GcSeen ( int time, int gc_num ) : void

Method Details

AllocationSeen() protected method

protected AllocationSeen ( int time, Context, ctx, long pos ) : void
time int
ctx Context,
pos long
return void

Checkpoint() protected method

protected Checkpoint ( int time, int event_num ) : void
time int
event_num int
return void

Dump() public method

public Dump ( ) : void
return void

GcFreedSeen() protected method

protected GcFreedSeen ( int time, Context, ctx, long pos ) : void
time int
ctx Context,
pos long
return void

GcHeapResize() protected method

protected GcHeapResize ( int time, int event_num, int new_size ) : void
time int
event_num int
new_size int
return void

GcSeen() protected method

protected GcSeen ( int time, int gc_num ) : void
time int
gc_num int
return void

Process() public method

public Process ( ) : void
return void

Split() public method

public Split ( int time ) : void
time int
return void

SplitIfNeeded() public method

public SplitIfNeeded ( int time ) : void
time int
return void

TypeTabulator() public method

public TypeTabulator ( Profile, p ) : System
p Profile,
return System

TypeTabulator() public method

public TypeTabulator ( Profile, p, int start_t, int end_t ) : System
p Profile,
start_t int
end_t int
return System

Property Details

Data public_oe property

public ArrayList Data
return ArrayList

IsSizeLongEnough public_oe property

public bool[] IsSizeLongEnough
return bool[]