23#ifndef BUFFER_RESIZE_LOG_H
24#define BUFFER_RESIZE_LOG_H
43 void add_entry(
size_t global_max_spikes_sent,
size_t new_buffer_size );
Dictionary class for interface to Python and C++ API.
Definition dictionary.h:213
Collect information on spike transmission buffer resizing.
Definition buffer_resize_log.h:39
std::vector< long > global_max_spikes_sent_
Spike number that triggered resize.
Definition buffer_resize_log.h:48
BufferResizeLog()
Definition buffer_resize_log.cpp:35
void add_entry(size_t global_max_spikes_sent, size_t new_buffer_size)
Definition buffer_resize_log.cpp:51
void to_dict(Dictionary &) const
Definition buffer_resize_log.cpp:59
std::vector< long > time_steps_
Time of resize event in steps.
Definition buffer_resize_log.h:47
std::vector< long > new_buffer_size_
Buffer size after resize.
Definition buffer_resize_log.h:49
void clear()
Definition buffer_resize_log.cpp:43
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33