Property | Type | Description | |
---|---|---|---|
Allocations | Tangle |
||
FilteredTracebacks | Tangle |
||
HeapAllocations | Tangle |
||
Modules | Tangle |
||
Scheduler | TaskScheduler | ||
SnapshotHeaps | Tangle |
||
SnapshotModules | Tangle |
||
Snapshots | Tangle |
||
Storage | FolderStreamSource | ||
SymbolCache | Tangle |
||
SymbolsByFunction | TracebackFrame>.Index | ||
Tracebacks | Tangle |
Method | Description | |
---|---|---|
CheckTokenFileVersion ( string filename ) : bool | ||
DatabaseFile ( TaskScheduler scheduler, string filename ) : System | ||
Dispose ( ) : void | ||
Move ( string targetFilename, |
Method | Description | |
---|---|---|
CreateTangles ( ) : IEnumerator | ||
DatabaseFile ( TaskScheduler scheduler ) : System | ||
IndexSymbolByFunction ( HeapProfiler.TracebackFrame &frame ) : string | ||
IndexTracebackByFrames ( HeapSnapshot traceback ) : IEnumerable |
||
MakeTokenFile ( string filename ) : void |
Method | Description | |
---|---|---|
DeserializeAddresses ( DeserializationContext &context, |
||
DeserializeHeapList ( DeserializationContext &context, HeapSnapshot &output ) : void | ||
DeserializeModuleList ( DeserializationContext &context, string &output ) : void | ||
SerializeAddresses ( SerializationContext &context, |
||
SerializeHeapList ( SerializationContext &context, HeapSnapshot &input ) : void | ||
SerializeModuleList ( SerializationContext &context, string &input ) : void |
public static CheckTokenFileVersion ( string filename ) : bool | ||
filename | string | |
return | bool |
protected DatabaseFile ( TaskScheduler scheduler ) : System | ||
scheduler | TaskScheduler | |
return | System |
public DatabaseFile ( TaskScheduler scheduler, string filename ) : System | ||
scheduler | TaskScheduler | |
filename | string | |
return | System |
protected static IndexSymbolByFunction ( HeapProfiler.TracebackFrame &frame ) : string | ||
frame | HeapProfiler.TracebackFrame | |
return | string |
protected static IndexTracebackByFrames ( HeapSnapshot traceback ) : IEnumerable |
||
traceback | HeapSnapshot | |
return | IEnumerable |
protected MakeTokenFile ( string filename ) : void | ||
filename | string | |
return | void |
public Move ( string targetFilename, |
||
targetFilename | string | |
activities | ||
return | IEnumerator |