Interface to access Kanzi graphics statistics, such as object and command counts. More...
#include <kanzi/gfx/statistics.hpp>
Classes | |
| struct | CommandStats |
| Command-related statistics since last report. More... | |
| struct | ObjectStats |
| Defines the statistics exposed for an object type. More... | |
| struct | Results |
| Contains a full Statistics report. More... | |
Public Member Functions | |
| virtual Results | getResults ()=0 |
| Gets a statistics report from an active statistics layer. | |
| virtual void | setCommandTagFilter (uint8_t mask, uint8_t value)=0 |
| Sets the command tag filter that will be included in the statistics report. | |
Interface to access Kanzi graphics statistics, such as object and command counts.
Gets a statistics report from an active statistics layer.
Each report is relative to the previous call of getResults.
|
pure virtual |
Sets the command tag filter that will be included in the statistics report.
The masked command tag must be equal to the provided tag value.
| mask | The mask used to limit the filter to certain bits. |
| value | The value that the masked tag must be equal to for the command to be included in the statistics. |