PerformanceReport
Class in ChivalrousGames.Common.Diagnostics / Inherits from: MonoBehaviour
Description
Simple class that stores and makes available data collected by a PerformanceAnalyzer. It is attached to a game object in the scene.
Properties
TotalDuration | long | ReadOnly Total time elapsed (in Ticks) between the beginning and the end of the performance analysis. Only the PerformanceAnalyzer should populate that information. |