Class ProfiledSegment
Inheritance
ProfiledSegment
Syntax
public class ProfiledSegment
Constructors
ProfiledSegment(ProfiledSegment, String)
Declaration
public ProfiledSegment(ProfiledSegment parent, string name)
Parameters
Properties
calls
Declaration
public long calls { get; set; }
Property Value
children
Declaration
public ProfiledSegmentCollection children { get; }
Property Value
name
Declaration
public string name { get; }
Property Value
parent
Declaration
public ProfiledSegment parent { get; }
Property Value
stopwatch
Declaration
public Stopwatch stopwatch { get; }
Property Value
Type |
Description |
Stopwatch |
|
Extension Methods