Class ProfiledSegment
Inheritance
ProfiledSegment
Assembly: Unity.VisualScripting.Core.dll
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
Extension Methods