Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

improve performance by 20% (for RingCyclotron-RegTest) by moving startTimer/stop…

kraus requested to merge improvePerformace into master

This patch improves the performance when using rk4 in ParallelCyclotronTracker. Avoids having startTimer/stopTimer and string comparison inside loops over particles.

Merge request reports