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

#include <hperf.h>

Collaboration diagram for HPerfContext:

Public Attributes

HPerfContextprev
 
HPerfContextnext
 
size_t unique_id
 
HPerfPagepages
 
HPerfPagecurrent_page
 
size_t num_events
 

Detailed Description

Definition at line 56 of file hperf.h.

Member Data Documentation

◆ current_page

HPerfPage* current_page

Definition at line 61 of file hperf.h.

Referenced by hperf_context_add_event(), and hperf_context_create().

◆ next

◆ num_events

size_t num_events

Definition at line 62 of file hperf.h.

Referenced by hperf_context_add_event(), and hperf_context_create().

◆ pages

HPerfPage* pages

Definition at line 60 of file hperf.h.

Referenced by hperf_context_add_event(), hperf_context_create(), and hperf_context_finalize().

◆ prev

HPerfContext* prev

Definition at line 57 of file hperf.h.

Referenced by hperf_context_create(), and hperf_context_finalize().

◆ unique_id

size_t unique_id

Definition at line 59 of file hperf.h.

Referenced by hperf_context_create(), and hperf_context_get().


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