Method AddRealTimeComment
AddRealTimeComment(String)
Adds a comment that can be viewed in the real-time graph in .NET Memory Profiler.
note
If profiling is not active, this method does nothing.
Declaration
public static void AddRealTimeComment(string comment)
Parameters
Type | Name | Description |
---|---|---|
System.String | comment | The text that will be shown in the real-time graph. |
AddRealTimeComment(String, String)
Adds a comment that can be viewed in the real-time graph in .NET Memory Profiler.
note
If profiling is not active, this method does nothing.
Declaration
public static void AddRealTimeComment(string category, string comment)
Parameters
Type | Name | Description |
---|---|---|
System.String | category | The category of the comment. The category can be used to group related comments when they are presented in the real-time graph. |
System.String | comment | The text that will be shown in the real-time graph. |