ClassSampledPerformanceObject
Class
This is not only used to persist sample data but to keep track of what should be recorded at all (as configuration data).
Definition
Namespace:ArtOfTest.WebAii.Design.Execution.Profiler
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class SampledPerformanceObject
Inheritance: objectSampledPerformanceObject
Constructors
SampledPerformanceObject()
Declaration
cs-api-definition
public SampledPerformanceObject()
Properties
Instances
Declaration
cs-api-definition
public Dictionary<string, SampledPerformanceObjectInstance> Instances { get; set; }
Property Value