C# Class ProfileReader, heap-prof

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

Méthodes publiques

Свойство Type Description
Profile Profile,

Méthodes publiques

Méthode Description
GetBacktrace ( int idx ) : int[]
GetContext ( int idx ) : Context,
GetMethodName ( int idx ) : string
GetTypeName ( int idx ) : string
ProfileReader ( Profile, p ) : System
ProfileReader ( Profile, p, int start_t, int end_t ) : System
Read ( ) : void

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 event_num ) : void
ReadCheckpoint ( int &type_data, int &ctx_insts ) : void
ReadGcFreed ( ) : void

Method Details

AllocationSeen() protected abstract méthode

protected abstract 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

GcFreedSeen() protected abstract méthode

protected abstract 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 abstract méthode

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

GetBacktrace() public méthode

public GetBacktrace ( int idx ) : int[]
idx int
Résultat int[]

GetContext() public méthode

public GetContext ( int idx ) : Context,
idx int
Résultat Context,

GetMethodName() public méthode

public GetMethodName ( int idx ) : string
idx int
Résultat string

GetTypeName() public méthode

public GetTypeName ( int idx ) : string
idx int
Résultat string

ProfileReader() public méthode

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

ProfileReader() public méthode

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

Read() public méthode

public Read ( ) : void
Résultat void

ReadCheckpoint() protected méthode

protected ReadCheckpoint ( int &type_data, int &ctx_insts ) : void
type_data int
ctx_insts int
Résultat void

ReadGcFreed() protected méthode

protected ReadGcFreed ( ) : void
Résultat void

Property Details

Profile public_oe property

public Profile, Profile
Résultat Profile,