Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !269

Stats after kick

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Matthieu Schaller requested to merge stats_after_kick into master Oct 18, 2016
  • Overview 2
  • Commits 6
  • Changes 6

Implements the change proposed in #193 (closed).

Triple benefit:

  • Stats are computed at the correct point in time and are hence more accurate.
  • The drift does not compute stats anymore so this might help with the bandwidth.
  • The cell structure becomes 96 bytes lighter which will also help with the bandwidth.

The stats are now computed when requested by the used using a threadpoolized loop over the particles. This happens rarely and is hence not a burden on the whole system any more. The interesting stuff is in src/statistics.[ch].

This is built on top of mark_task_in_drift2 so should merge smoothly with master very soon.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: stats_after_kick