C# 클래스 ProfileReader, heap-prof

파일 보기 프로젝트 열기: mono/heap-prof 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Profile Profile,

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

메소드 상세

AllocationSeen() 보호된 추상적인 메소드

protected abstract AllocationSeen ( int time, Context, ctx, long pos ) : void
time int
ctx Context,
pos long
리턴 void

Checkpoint() 보호된 메소드

protected Checkpoint ( int time, int event_num ) : void
time int
event_num int
리턴 void

GcFreedSeen() 보호된 추상적인 메소드

protected abstract GcFreedSeen ( int time, Context, ctx, long pos ) : void
time int
ctx Context,
pos long
리턴 void

GcHeapResize() 보호된 메소드

protected GcHeapResize ( int time, int event_num, int new_size ) : void
time int
event_num int
new_size int
리턴 void

GcSeen() 보호된 추상적인 메소드

protected abstract GcSeen ( int time, int event_num ) : void
time int
event_num int
리턴 void

GetBacktrace() 공개 메소드

public GetBacktrace ( int idx ) : int[]
idx int
리턴 int[]

GetContext() 공개 메소드

public GetContext ( int idx ) : Context,
idx int
리턴 Context,

GetMethodName() 공개 메소드

public GetMethodName ( int idx ) : string
idx int
리턴 string

GetTypeName() 공개 메소드

public GetTypeName ( int idx ) : string
idx int
리턴 string

ProfileReader() 공개 메소드

public ProfileReader ( Profile, p ) : System
p Profile,
리턴 System

ProfileReader() 공개 메소드

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

Read() 공개 메소드

public Read ( ) : void
리턴 void

ReadCheckpoint() 보호된 메소드

protected ReadCheckpoint ( int &type_data, int &ctx_insts ) : void
type_data int
ctx_insts int
리턴 void

ReadGcFreed() 보호된 메소드

protected ReadGcFreed ( ) : void
리턴 void

프로퍼티 상세

Profile 공개적으로 프로퍼티

public Profile, Profile
리턴 Profile,