libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
EventMetadata Struct Reference

Diagnostic metadata recorded for each unique call site that fires an event. More...

#include <EventTypes.h>

Public Attributes

int Line
 Source line number of the call site.
 
uint64_t Count
 Number of times this call site has fired the event.
 

Detailed Description

Diagnostic metadata recorded for each unique call site that fires an event.

Member Data Documentation

◆ Count

uint64_t EventMetadata::Count

Number of times this call site has fired the event.

◆ Line

int EventMetadata::Line

Source line number of the call site.


The documentation for this struct was generated from the following file: