C# Class BacktraceTabulator, heap-prof

Show file Open project: mono/heap-prof Class Usage Examples

Public Properties

Property Type Description
nodes Hashtable
p Profile,
total_size int
type_nodes ArrayList

Public Methods

Method Description
BacktraceTabulator ( Profile, p, int context_data ) : System
Dump ( ) : void
LookupNode ( int t, int bt, int bt_len ) : AllocNode,
WriteAllocSitesRecursive ( ArrayList ar, string pre ) : void

Private Methods

Method Description
SortRecursive ( ArrayList ar ) : void

Method Details

BacktraceTabulator() public method

public BacktraceTabulator ( Profile, p, int context_data ) : System
p Profile,
context_data int
return System

Dump() public method

public Dump ( ) : void
return void

LookupNode() public method

public LookupNode ( int t, int bt, int bt_len ) : AllocNode,
t int
bt int
bt_len int
return AllocNode,

WriteAllocSitesRecursive() public method

public WriteAllocSitesRecursive ( ArrayList ar, string pre ) : void
ar ArrayList
pre string
return void

Property Details

nodes public property

public Hashtable nodes
return Hashtable

p public property

public Profile, p
return Profile,

total_size public property

public int total_size
return int

type_nodes public property

public ArrayList type_nodes
return ArrayList