Namespace Unity.PerformanceTesting.Measurements
Classes
FramesMeasurement
Allows measuring of frame times.
MethodMeasurement
Used as a helper class to sample execution time of methods. Uses fluent pattern to build and needs to be executed with Run method.
Structs
FramesMeasurement.ScopedFrameTimeMeasurement
Provides a way to measure frame time within a scope.
ProfilerMeasurement
Provides a way to measure profiler markers.
ScopeMeasurement
Measures execution time for the given scope as a single time.