C# Class Profile.ContextDataTabulator, heap-prof

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

Public Properties

Property Type Description
ContextData int[]

Public Methods

Method Description
ContextDataTabulator ( Profile, p, int s ) : 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
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

ContextDataTabulator() public method

public ContextDataTabulator ( Profile, p, int s ) : System
p Profile,
s int
return System

GcFreedSeen() protected method

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

GcSeen() protected method

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

Property Details

ContextData public_oe property

public int[] ContextData
return int[]