Skip to content
Snippets Groups Projects
Commit 2059c285 authored by noraabiakar's avatar noraabiakar Committed by Benjamin Cumming
Browse files

Profiler fix (#580)

Remove redundant profiler calls that caused crashes when using event generators.
parent d637c8bc
No related branches found
No related tags found
No related merge requests found
......@@ -147,13 +147,11 @@ const spike_event& tourney_tree::event(unsigned i) const {
} // namespace impl
void tree_merge_events(std::vector<event_span>& sources, pse_vector& out) {
PE(communication_enqueue_tree);
impl::tourney_tree tree(sources);
while (!tree.empty()) {
out.push_back(tree.head());
tree.pop();
}
PL();
}
} // namespace arb
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment