SpiNNFrontEndCommon 7.3.1
Common support code for user-facing front end systems.
|
Implementation of profiler.h. More...
Go to the source code of this file.
Functions | |
void | profiler_init (uint32_t *data_region) |
Initialise the profiler from a SDRAM region. | |
void | profiler_finalise (void) |
Finalises profiling. | |
Variables | |
struct profiler_state | profiler_state |
The concrete profiler state. | |
Implementation of profiler.h.
Definition in file profiler.c.
Initialise the profiler from a SDRAM region.
data_region | The pointer to the region, which must be laid out according to the profiler_region structure. |
Definition at line 34 of file profiler.c.
Finalises profiling.
This includes the potentially slow process of writing to profiler_region::count
Definition at line 51 of file profiler.c.
The concrete profiler state.
Definition at line 29 of file profiler.c.