C# Class Metadata, heap-prof

Exibir arquivo Open project: mono/heap-prof Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ReadBacktraceTable ( BinaryReader br ) : int[][]
ReadContextTable ( BinaryReader br ) : Context[],
ReadStringTable ( BinaryReader br ) : string[]
ReadTimeline ( BinaryReader br ) : Timeline[],
ReadTypeMaxTable ( BinaryReader br ) : long[]

Method Details

Dump() public method

public Dump ( ) : void
return void

GetBacktrace() public method

public GetBacktrace ( int idx ) : int[]
idx int
return int[]

GetContext() public method

public GetContext ( int idx ) : Context,
idx int
return Context,

GetMethodName() public method

public GetMethodName ( int idx ) : string
idx int
return string

GetTimeline() public method

public GetTimeline ( int idx ) : Timeline,
idx int
return Timeline,

GetTimelineBefore() public method

public GetTimelineBefore ( EventType, e, int time ) : int
e EventType,
time int
return int

GetTypeName() public method

public GetTypeName ( int idx ) : string
idx int
return string

Metadata() public method

public Metadata ( Profile, p ) : System
p Profile,
return System