Quantum 3
3.0.9
Represents a sample in the profiler. More...
Public Member Functions | |
| Sample (string name) | |
| Initializes a new instance of the Sample struct with the specified name. More... | |
Public Attributes | |
| string | Name |
| Gets or sets the name of the sample. More... | |
| long | Time |
| Gets or sets the time of the sample. More... | |
| SampleType | Type |
| Gets or sets the type of the sample. More... | |
Represents a sample in the profiler.
|
inline |
Initializes a new instance of the Sample struct with the specified name.
| name | The name of the sample. |
| SampleType Quantum.Profiling.Sample.Type |
Gets or sets the type of the sample.
| long Quantum.Profiling.Sample.Time |
Gets or sets the time of the sample.
| string Quantum.Profiling.Sample.Name |
Gets or sets the name of the sample.