Adds a comment that can be viewed in the real-time graph in .NET Memory Profiler.
Note Note If profiling is not active, this method does nothing.

Namespace:  SciTech.NetMemProfiler
Assembly:  MemProfiler2 (in MemProfiler2.dll)

Syntax

C#
public static void AddRealTimeComment(
	string comment
)
Visual Basic
Public Shared Sub AddRealTimeComment ( _
	comment As String _
)
Visual C++
public:
static void AddRealTimeComment(
	String^ comment
)

Parameters

comment
Type: System..::..String
The text that will be shown in the real-time graph.

See Also