C# Class ProfileReader, heap-prof

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

Public Properties

Property Type Description
Profile Profile,

Public Methods

Method 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

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

Method Details

AllocationSeen() protected abstract method

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

GcFreedSeen() protected abstract method

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

protected abstract GcSeen ( int time, int event_num ) : void
time int
event_num int
return void

GetBacktrace() public method

public GetBacktrace ( int idx ) : int[]
idx int
return int[]

GetContext() public method

public GetContext ( int idx ) : Context,
idx int
return Context,

GetMethodName() public method

public GetMethodName ( int idx ) : string
idx int
return string

GetTypeName() public method

public GetTypeName ( int idx ) : string
idx int
return string

ProfileReader() public method

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

ProfileReader() public method

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

Read() public method

public Read ( ) : void
return void

ReadCheckpoint() protected method

protected ReadCheckpoint ( int &type_data, int &ctx_insts ) : void
type_data int
ctx_insts int
return void

ReadGcFreed() protected method

protected ReadGcFreed ( ) : void
return void

Property Details

Profile public_oe property

public Profile, Profile
return Profile,