Property | Type | Description | |
---|---|---|---|
GetStackItem |
Method | Description | |
---|---|---|
AddAllocation ( |
||
AddBlock ( |
||
AddChain ( |
||
AddClass ( |
||
AddDirectivesBlock ( |
||
AddEndBlock ( |
||
AddEventsBlock ( |
||
AddFunction ( uint id, string name, string provider ) : void | ||
AddIntroBlock ( |
||
AddLoadedBlock ( |
||
AddMappingBlock ( |
||
AddMethod ( |
||
AddRegion ( |
||
AddStatBlock ( |
||
EnterMethod ( |
||
ExitMethod ( |
||
ProfileData ( string filename ) : System | ||
UpdateCounterAndTime ( ulong current_counter, System.DateTime current_time ) : void | ||
UpdateTicksPerCounterUnit ( ) : void |
Method | Description | |
---|---|---|
GetStackItem ( |
public AddAllocation ( |
||
info | ||
return | void |
public AddChain ( |
||
chain | ||
last_hit | ||
return | void |
public AddClass ( |
||
class_info | ||
return | void |
public AddDirectivesBlock ( |
||
block | ||
return | void |
public AddEventsBlock ( |
||
block | ||
return | void |
public AddFunction ( uint id, string name, string provider ) : void | ||
id | uint | |
name | string | |
provider | string | |
return | void |
public AddIntroBlock ( |
||
block | ||
return | void |
public AddLoadedBlock ( |
||
block | ||
return | void |
public AddMappingBlock ( |
||
block | ||
return | void |
public AddMethod ( |
||
method_info | ||
return | void |
public AddStatBlock ( |
||
block | ||
return | void |
public EnterMethod ( |
||
info | ||
return | void |
public ExitMethod ( |
||
info | ||
return | void |
public ProfileData ( string filename ) : System | ||
filename | string | |
return | System |
public UpdateCounterAndTime ( ulong current_counter, System.DateTime current_time ) : void | ||
current_counter | ulong | |
current_time | System.DateTime | |
return | void |