Class Run
Namespace: Unity.PerformanceTesting.Data
Syntax
[Serializable]
public class Run
Fields
Date
Declaration
public long Date
Field Value
Type | Description |
---|---|
Int64 |
Dependencies
Declaration
public List<string> Dependencies
Field Value
Type | Description |
---|---|
List<String> |
Editor
Declaration
public Editor Editor
Field Value
Type | Description |
---|---|
Editor |
Hardware
Declaration
public Hardware Hardware
Field Value
Type | Description |
---|---|
Hardware |
Player
Declaration
public Player Player
Field Value
Type | Description |
---|---|
Player |
Results
Declaration
public List<TestResult> Results
Field Value
Type | Description |
---|---|
List<TestResult> |
TestSuite
Declaration
public string TestSuite
Field Value
Type | Description |
---|---|
String |