C# Class TypeTabulator, heap-prof

Inheritance: ProfileReader
Afficher le fichier Open project: mono/heap-prof Class Usage Examples

Méthodes publiques

Свойство Type Description
Data ArrayList
IsSizeLongEnough bool[]

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

protected AllocationSeen ( int time, Context, ctx, long pos ) : void
time int
ctx Context,
pos long
Résultat void

Checkpoint() protected méthode

protected Checkpoint ( int time, int event_num ) : void
time int
event_num int
Résultat void

Dump() public méthode

public Dump ( ) : void
Résultat void

GcFreedSeen() protected méthode

protected GcFreedSeen ( int time, Context, ctx, long pos ) : void
time int
ctx Context,
pos long
Résultat void

GcHeapResize() protected méthode

protected GcHeapResize ( int time, int event_num, int new_size ) : void
time int
event_num int
new_size int
Résultat void

GcSeen() protected méthode

protected GcSeen ( int time, int gc_num ) : void
time int
gc_num int
Résultat void

Process() public méthode

public Process ( ) : void
Résultat void

Split() public méthode

public Split ( int time ) : void
time int
Résultat void

SplitIfNeeded() public méthode

public SplitIfNeeded ( int time ) : void
time int
Résultat void

TypeTabulator() public méthode

public TypeTabulator ( Profile, p ) : System
p Profile,
Résultat System

TypeTabulator() public méthode

public TypeTabulator ( Profile, p, int start_t, int end_t ) : System
p Profile,
start_t int
end_t int
Résultat System

Property Details

Data public_oe property

public ArrayList Data
Résultat ArrayList

IsSizeLongEnough public_oe property

public bool[] IsSizeLongEnough
Résultat bool[]