C# Класс ProfileReader, heap-prof

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Profile Profile,

Открытые методы

Метод Описание
GetBacktrace ( int idx ) : int[]
GetContext ( int idx ) : Context,
GetMethodName ( int idx ) : string
GetTypeName ( int idx ) : string
ProfileReader ( Profile, p ) : System
ProfileReader ( Profile, p, int start_t, int end_t ) : System
Read ( ) : void

Защищенные методы

Метод Описание
AllocationSeen ( int time, Context, ctx, long pos ) : void
Checkpoint ( int time, int event_num ) : void
GcFreedSeen ( int time, Context, ctx, long pos ) : void
GcHeapResize ( int time, int event_num, int new_size ) : void
GcSeen ( int time, int event_num ) : void
ReadCheckpoint ( int &type_data, int &ctx_insts ) : void
ReadGcFreed ( ) : void

Описание методов

AllocationSeen() защищенный абстрактный Метод

protected abstract AllocationSeen ( int time, Context, ctx, long pos ) : void
time int
ctx Context,
pos long
Результат void

Checkpoint() защищенный Метод

protected Checkpoint ( int time, int event_num ) : void
time int
event_num int
Результат void

GcFreedSeen() защищенный абстрактный Метод

protected abstract GcFreedSeen ( int time, Context, ctx, long pos ) : void
time int
ctx Context,
pos long
Результат void

GcHeapResize() защищенный Метод

protected GcHeapResize ( int time, int event_num, int new_size ) : void
time int
event_num int
new_size int
Результат void

GcSeen() защищенный абстрактный Метод

protected abstract GcSeen ( int time, int event_num ) : void
time int
event_num int
Результат 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

GetTypeName() публичный Метод

public GetTypeName ( int idx ) : string
idx int
Результат string

ProfileReader() публичный Метод

public ProfileReader ( Profile, p ) : System
p Profile,
Результат System

ProfileReader() публичный Метод

public ProfileReader ( Profile, p, int start_t, int end_t ) : System
p Profile,
start_t int
end_t int
Результат System

Read() публичный Метод

public Read ( ) : void
Результат void

ReadCheckpoint() защищенный Метод

protected ReadCheckpoint ( int &type_data, int &ctx_insts ) : void
type_data int
ctx_insts int
Результат void

ReadGcFreed() защищенный Метод

protected ReadGcFreed ( ) : void
Результат void

Описание свойств

Profile публичное свойство

public Profile, Profile
Результат Profile,