35 log_info(
"Reading profile setup from 0x%08x", data_region);
40 log_info(
"Initialising profiler with storage for %u samples starting at 0x%08x",
54 log_info(
"Profiler wrote %u bytes to 0x%08x",
SpiNNaker debug header file.
void log_info(const char *message,...)
This function logs informational messages. This is the lowest level of message normally printed.
void profiler_init(uint32_t *data_region)
Initialise the profiler from a SDRAM region.
void profiler_finalise(void)
Finalises profiling.
Support for code profiling.
uint32_t samples_remaining
How many samples can be written before space is exhausted.
uint32_t * output
Points to where the next sample will be written.
uint32_t * count
Points to where the profiling data starts being stored.
The internal state of the profiler.