SimpleProfiler Class
Definition
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.
Script to display performance statistics as simple text objects.
public ref class SimpleProfiler : UnityEngine::MonoBehaviour
[UnityEngine.AddComponentMenu("MRTK/Diagnostics/Simple Profiler")]
public class SimpleProfiler : UnityEngine.MonoBehaviour
[<UnityEngine.AddComponentMenu("MRTK/Diagnostics/Simple Profiler")>]
type SimpleProfiler = class
inherit MonoBehaviour
Public Class SimpleProfiler
Inherits MonoBehaviour
- Inheritance
-
UnityEngine.MonoBehaviourSimpleProfiler
- Attributes
-
UnityEngine.AddComponentMenuAttribute
Constructors
SimpleProfiler() |
Properties
AllocatedRam |
Text Mesh Pro object to use when displaying the allocated RAM. |
FrameRate |
Text Mesh Pro object to use when displaying the application frame rate. |
PeakAllocatedRam |
Text Mesh Pro object to use when displaying the peak allocated RAM. |
RamLimit |
Text Mesh Pro object to use when displaying the RAM addressable by the application. |
RefreshRate |
Text Mesh Pro object to use when displaying the display refresh rate. |