Class ProfiledSegment
Inheritance
System.Object
ProfiledSegment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Core.Profiling
Assembly: Bayat.Core.Editor.dll
Syntax
public class ProfiledSegment
Constructors
| Improve this Doc View SourceProfiledSegment(ProfiledSegment, String)
Declaration
public ProfiledSegment(ProfiledSegment parent, string name)
Parameters
Type | Name | Description |
---|---|---|
ProfiledSegment | parent | |
System.String | name |
Properties
| Improve this Doc View Sourcecalls
Declaration
public long calls { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
children
Declaration
public ProfiledSegmentCollection children { get; }
Property Value
Type | Description |
---|---|
ProfiledSegmentCollection |
name
Declaration
public string name { get; }
Property Value
Type | Description |
---|---|
System.String |
parent
Declaration
public ProfiledSegment parent { get; }
Property Value
Type | Description |
---|---|
ProfiledSegment |
stopwatch
Declaration
public Stopwatch stopwatch { get; }
Property Value
Type | Description |
---|---|
System.Diagnostics.Stopwatch |