Open Search
    StatisticsElement Struct Reference

    #include <database.h>

    Detailed Description

    Element of a statistic. Used with GetStatistics().

    Public Member Functions

     StatisticsElement ()
     

    Public Attributes

    String _id
     
    Int32 _count
     

    Constructor & Destructor Documentation

    ◆ StatisticsElement()

    Member Data Documentation

    ◆ _id

    String _id

    The Id of the function, command, etc.

    ◆ _count

    Int32 _count

    The number of executions.