hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
HPerfPage Struct Reference

#include <hperf.h>

Collaboration diagram for HPerfPage:

Public Attributes

HPerfEvent data [1024]
 
size_t num_events
 
HPerfPagenext
 

Detailed Description

Definition at line 50 of file hperf.h.

Member Data Documentation

◆ data

HPerfEvent data[1024]

Definition at line 51 of file hperf.h.

Referenced by hperf_context_add_event().

◆ next

HPerfPage* next

Definition at line 53 of file hperf.h.

Referenced by hperf_context_add_event(), and hperf_context_finalize().

◆ num_events

size_t num_events

Definition at line 52 of file hperf.h.

Referenced by hperf_context_add_event().


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