C# 클래스 Metadata, heap-prof

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

공개 메소드들

메소드 설명
Dump ( ) : void
GetBacktrace ( int idx ) : int[]
GetContext ( int idx ) : Context,
GetMethodName ( int idx ) : string
GetTimeline ( int idx ) : Timeline,
GetTimelineBefore ( EventType, e, int time ) : int
GetTypeName ( int idx ) : string
Metadata ( Profile, p ) : System

비공개 메소드들

메소드 설명
ReadBacktraceTable ( BinaryReader br ) : int[][]
ReadContextTable ( BinaryReader br ) : Context[],
ReadStringTable ( BinaryReader br ) : string[]
ReadTimeline ( BinaryReader br ) : Timeline[],
ReadTypeMaxTable ( BinaryReader br ) : long[]

메소드 상세

Dump() 공개 메소드

public Dump ( ) : void
리턴 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

GetTimeline() 공개 메소드

public GetTimeline ( int idx ) : Timeline,
idx int
리턴 Timeline,

GetTimelineBefore() 공개 메소드

public GetTimelineBefore ( EventType, e, int time ) : int
e EventType,
time int
리턴 int

GetTypeName() 공개 메소드

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

Metadata() 공개 메소드

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