Skip to content

Commit 38e0556

Browse files
committed
Update summary
1 parent 44b78eb commit 38e0556

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Assets/MRTK/Services/DiagnosticsSystem/MixedRealityToolkitVisualProfiler.cs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@
1616
namespace Microsoft.MixedReality.Toolkit.Diagnostics
1717
{
1818
/// <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
2120
/// your Windows Mixed Reality Unity application's frame rate and memory usage. Missed
2221
/// frames are displayed over time to visually find problem areas. Memory is reported
2322
/// 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
2626
/// your Unity scene. The profiler is initially enabled (toggle-able via the initiallyActive
2727
/// property), but can be toggled via the enabled/disable voice commands keywords.
28-
///
29-
/// </summary>
28+
/// </remarks>
3029
[AddComponentMenu("Scripts/MRTK/Services/MixedRealityToolkitVisualProfiler")]
3130
public class MixedRealityToolkitVisualProfiler : MonoBehaviour
3231
{

0 commit comments

Comments
 (0)