C# 클래스 BacktraceTabulator, heap-prof

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

공개 프로퍼티들

프로퍼티 타입 설명
nodes Hashtable
p Profile,
total_size int
type_nodes ArrayList

공개 메소드들

메소드 설명
BacktraceTabulator ( Profile, p, int context_data ) : System
Dump ( ) : void
LookupNode ( int t, int bt, int bt_len ) : AllocNode,
WriteAllocSitesRecursive ( ArrayList ar, string pre ) : void

비공개 메소드들

메소드 설명
SortRecursive ( ArrayList ar ) : void

메소드 상세

BacktraceTabulator() 공개 메소드

public BacktraceTabulator ( Profile, p, int context_data ) : System
p Profile,
context_data int
리턴 System

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

LookupNode() 공개 메소드

public LookupNode ( int t, int bt, int bt_len ) : AllocNode,
t int
bt int
bt_len int
리턴 AllocNode,

WriteAllocSitesRecursive() 공개 메소드

public WriteAllocSitesRecursive ( ArrayList ar, string pre ) : void
ar ArrayList
pre string
리턴 void

프로퍼티 상세

nodes 공개적으로 프로퍼티

public Hashtable nodes
리턴 Hashtable

p 공개적으로 프로퍼티

public Profile, p
리턴 Profile,

total_size 공개적으로 프로퍼티

public int total_size
리턴 int

type_nodes 공개적으로 프로퍼티

public ArrayList type_nodes
리턴 ArrayList