Property | Type | Description | |
---|---|---|---|
GetExecutedCount | int | ||
IDisposable | void | ||
Timing | System |
Method | Description | |
---|---|---|
AddChild ( |
Add the parameter 'timing' to this Timing's Children collection. Used outside this assembly for custom deserialization when creating an Storage.IStorage implementation. |
|
AddKeyValue ( string key, string value ) : void |
Adds arbitrary string 'value' under 'key', allowing custom properties to be stored in this Timing step.
|
|
AddSqlTiming ( |
Adds the parameter 'sqlTiming' to this Timing's SqlTimings collection. Used outside this assembly for custom deserialization when creating an Storage.IStorage implementation. |
|
Equals ( object obj ) : bool |
Returns true if Ids match.
|
|
GetHashCode ( ) : int |
Returns hashcode of Id.
|
|
RebuildParentTimings ( ) : void |
Rebuilds all the parent timings on deserialization calls
|
|
Stop ( ) : void |
Completes this Timing's duration and sets the MiniProfiler's Head up one level.
|
|
Timing ( StackExchange.Profiling.MiniProfiler profiler, |
Creates a new Timing named 'name' in the 'profiler's session, with 'parent' as this Timing's immediate ancestor.
|
|
ToString ( ) : string |
Returns this Timing's Name.
|
Method | Description | |
---|---|---|
GetExecutedCount ( ExecuteType type ) : int |
Returns the number of sql statements of type that were executed in this Timing.
|
|
IDisposable ( ) : void | ||
Timing ( ) : System |
public AddKeyValue ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public AddSqlTiming ( |
||
sqlTiming | A sql statement profiling that was executed in this Timing step. | |
return | void |
public Timing ( StackExchange.Profiling.MiniProfiler profiler, |
||
profiler | StackExchange.Profiling.MiniProfiler | |
parent | ||
name | string | |
return | System |