File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Assets/MRTK/Services/DiagnosticsSystem Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 16
16
namespace Microsoft . MixedReality . Toolkit . Diagnostics
17
17
{
18
18
/// <summary>
19
- ///
20
- /// ABOUT: The VisualProfiler provides a drop in, single file, solution for viewing
19
+ /// The VisualProfiler provides a drop in, single file, solution for viewing
21
20
/// your Windows Mixed Reality Unity application's frame rate and memory usage. Missed
22
21
/// frames are displayed over time to visually find problem areas. Memory is reported
23
22
/// as current, peak and max usage in a bar graph.
24
- ///
25
- /// USAGE: To use this profiler simply add this script as a component of any GameObject in
23
+ /// </summary>
24
+ /// <remarks>
25
+ /// To use this profiler simply add this script as a component of any GameObject in
26
26
/// your Unity scene. The profiler is initially enabled (toggle-able via the initiallyActive
27
27
/// property), but can be toggled via the enabled/disable voice commands keywords.
28
- ///
29
- /// </summary>
28
+ /// </remarks>
30
29
[ AddComponentMenu ( "Scripts/MRTK/Services/MixedRealityToolkitVisualProfiler" ) ]
31
30
public class MixedRealityToolkitVisualProfiler : MonoBehaviour
32
31
{
You can’t perform that action at this time.
0 commit comments