C# Class Profile.ContextDataTabulator, heap-prof

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

Méthodes publiques

Свойство Type Description
ContextData int[]

Méthodes publiques

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

ContextDataTabulator() public méthode

public ContextDataTabulator ( Profile, p, int s ) : System
p Profile,
s int
Résultat System

GcFreedSeen() protected méthode

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

GcSeen() protected méthode

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

Property Details

ContextData public_oe property

public int[] ContextData
Résultat int[]