sPyNNaker neural_modelling 7.1.1
Loading...
Searching...
No Matches
Enumerations
profile_tags.h File Reference

Profiler tags. More...

Go to the source code of this file.

Enumerations

enum  profiler_tags_e {
  PROFILER_TIMER , PROFILER_DMA_READ , PROFILER_INCOMING_SPIKE , PROFILER_PROCESS_FIXED_SYNAPSES ,
  PROFILER_PROCESS_PLASTIC_SYNAPSES
}
 Tags used when profiling sPyNNaker neuron code. More...
 

Detailed Description

Profiler tags.

Definition in file profile_tags.h.

Enumeration Type Documentation

◆ profiler_tags_e

Tags used when profiling sPyNNaker neuron code.

Enumerator
PROFILER_TIMER 

timer

PROFILER_DMA_READ 

DMA read.

PROFILER_INCOMING_SPIKE 

incoming spike handling

PROFILER_PROCESS_FIXED_SYNAPSES 

fixed synapse processing

PROFILER_PROCESS_PLASTIC_SYNAPSES 

plastic synapse processing

Definition at line 22 of file profile_tags.h.