C# Class Metadata, heap-prof

Afficher le fichier Open project: mono/heap-prof Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Dump ( ) : void
Résultat void

GetBacktrace() public méthode

public GetBacktrace ( int idx ) : int[]
idx int
Résultat int[]

GetContext() public méthode

public GetContext ( int idx ) : Context,
idx int
Résultat Context,

GetMethodName() public méthode

public GetMethodName ( int idx ) : string
idx int
Résultat string

GetTimeline() public méthode

public GetTimeline ( int idx ) : Timeline,
idx int
Résultat Timeline,

GetTimelineBefore() public méthode

public GetTimelineBefore ( EventType, e, int time ) : int
e EventType,
time int
Résultat int

GetTypeName() public méthode

public GetTypeName ( int idx ) : string
idx int
Résultat string

Metadata() public méthode

public Metadata ( Profile, p ) : System
p Profile,
Résultat System