Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top

    © Copyright 2002-2020. SciTech Software AB.
    For information about .NET Memory Profiler, see the product site at https://memprofiler.com