Свойство | Тип | Описание | |
---|---|---|---|
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 |
protected abstract AllocationSeen ( int time, Context, ctx, long pos ) : void | ||
time | int | |
ctx | Context, | |
pos | long | |
Результат | void |
protected Checkpoint ( int time, int event_num ) : void | ||
time | int | |
event_num | int | |
Результат | void |
protected abstract GcFreedSeen ( int time, Context, ctx, long pos ) : void | ||
time | int | |
ctx | Context, | |
pos | long | |
Результат | void |
protected GcHeapResize ( int time, int event_num, int new_size ) : void | ||
time | int | |
event_num | int | |
new_size | int | |
Результат | void |
protected abstract GcSeen ( int time, int event_num ) : void | ||
time | int | |
event_num | int | |
Результат | void |
public ProfileReader ( Profile, p ) : System | ||
p | Profile, | |
Результат | System |
public ProfileReader ( Profile, p, int start_t, int end_t ) : System | ||
p | Profile, | |
start_t | int | |
end_t | int | |
Результат | System |
protected ReadCheckpoint ( int &type_data, int &ctx_insts ) : void | ||
type_data | int | |
ctx_insts | int | |
Результат | void |