C# 클래스 Profile.ContextDataTabulator, heap-prof

상속: ProfileReader
파일 보기 프로젝트 열기: mono/heap-prof

공개 프로퍼티들

프로퍼티 타입 설명
ContextData int[]

공개 메소드들

메소드 설명
ContextDataTabulator ( Profile, p, int s ) : System

보호된 메소드들

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

메소드 상세

AllocationSeen() 보호된 메소드

protected 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

ContextDataTabulator() 공개 메소드

public ContextDataTabulator ( Profile, p, int s ) : System
p Profile,
s int
리턴 System

GcFreedSeen() 보호된 메소드

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

GcSeen() 보호된 메소드

protected GcSeen ( int time, int gc_num ) : void
time int
gc_num int
리턴 void

프로퍼티 상세

ContextData 공개적으로 프로퍼티

public int[] ContextData
리턴 int[]