|
hoshi-lang dev
Yet another programming language
|
#include <hperf.h>

Public Attributes | |
| HPerfContext * | prev |
| HPerfContext * | next |
| size_t | unique_id |
| HPerfPage * | pages |
| HPerfPage * | current_page |
| size_t | num_events |
| HPerfPage* current_page |
Definition at line 61 of file hperf.h.
Referenced by hperf_context_add_event(), and hperf_context_create().
| HPerfContext* next |
Definition at line 58 of file hperf.h.
Referenced by hperf_context_create(), hperf_context_finalize(), hperf_context_get(), and hperf_write_report().
| size_t num_events |
Definition at line 62 of file hperf.h.
Referenced by hperf_context_add_event(), and hperf_context_create().
| HPerfPage* pages |
Definition at line 60 of file hperf.h.
Referenced by hperf_context_add_event(), hperf_context_create(), and hperf_context_finalize().
| HPerfContext* prev |
Definition at line 57 of file hperf.h.
Referenced by hperf_context_create(), and hperf_context_finalize().
| size_t unique_id |
Definition at line 59 of file hperf.h.
Referenced by hperf_context_create(), and hperf_context_get().