Skip to content

Commit

Permalink
Updated timer documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JanVogelsang authored Dec 16, 2024
1 parent 217adc7 commit 940ed7c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/htmldoc/nest_behavior/built-in_timers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,9 @@ If detailed timers are active, the following time measurements are available as
| |buffers of the corresponding | |
| |postsynaptic neurons | |
+--------------------------------+----------------------------------+----------------------------------+
|``time_communicate_spike_data`` |Time for communicating spikes |``time_gather_spike_data`` |
| |between compute nodes | |
|``time_omp_synchronization_construction`` |Synchronization time of threads during network construction. |``time_construction_create``, ``time_construction_connect``, ``time_communicate_prepare`` |
+--------------------------------+----------------------------------+----------------------------------+
|``time_communicate_spike_data`` |Time for communicating spikes |``time_gather_spike_data`` |
| |between compute nodes | |
|``time_omp_synchronization_simulation`` |Synchronization time of threads during simulation. |``time_simulate`` |
+--------------------------------+----------------------------------+----------------------------------+

MPI synchronization timer
Expand Down

0 comments on commit 940ed7c

Please sign in to comment.