PerformanceStatsSubsystem Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A subsystem that exposes performance statistics (ex: memory usage, frame rate).
public class PerformanceStatsSubsystem : MixedReality.Toolkit.Subsystems.MRTKSubsystem<MixedReality.Toolkit.Diagnostics.PerformanceStatsSubsystem,MixedReality.Toolkit.Diagnostics.PerformanceStatsSubsystemDescriptor,MixedReality.Toolkit.Diagnostics.PerformanceStatsSubsystem.Provider>
type PerformanceStatsSubsystem = class
inherit MRTKSubsystem<PerformanceStatsSubsystem, PerformanceStatsSubsystemDescriptor, PerformanceStatsSubsystem.Provider>
Public Class PerformanceStatsSubsystem
Inherits MRTKSubsystem(Of PerformanceStatsSubsystem, PerformanceStatsSubsystemDescriptor, PerformanceStatsSubsystem.Provider)
- Inheritance
-
UnityEngine.SubsystemsImplementation.SubsystemWithProvider<TSubsystem,TSubsystemDescriptor,TProvider>MRTKSubsystem<PerformanceStatsSubsystem,PerformanceStatsSubsystemDescriptor,PerformanceStatsSubsystem.Provider>PerformanceStatsSubsystem
- Derived
Performance |
Initializes a new instance of the PerformanceStatsSubsystem class. |
Allocated |
UnityEngine.SubsystemsImplementation.SubsystemWithProvider`3.AllocatedRam |
Frame |
UnityEngine.SubsystemsImplementation.SubsystemWithProvider`3.FrameRate |
Peak |
UnityEngine.SubsystemsImplementation.SubsystemWithProvider`3.PeakAllocatedRam |
Ram |
UnityEngine.SubsystemsImplementation.SubsystemWithProvider`3.RamLimit |
On |
Called in response to the lifecycle manager fix update event function being called, if this subsystem is running. (Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>) |
On |
Called in response to the lifecycle manager late update event function being called, if this subsystem is running. (Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>) |
On |
Called in response to the lifecycle manager update event function being called, if this subsystem is running. (Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>) |
Register(Performance |
Registers a PerformanceStats subsystem implementation based on the given subsystem parameters. |
Produkt | Verzie |
---|---|
MRTK3 Diagnostics | 3.0 |