Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BBPBGLIB-712] Estimate memory usage for synapse and connection #22

Merged
merged 6 commits into from
Aug 10, 2023

Commits on Aug 8, 2023

  1. dry-run mode to count synapses

     - Enabled Target methods to return raw gids
     - Accumulate counts in Counter() object (from collections)
     - MPI gather all counts, merge them and display
    ferdonline authored and st4rl3ss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    fc6cd53 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. - Added SynapseMemoryUsage object with estimated memory usage of syna…

    …pses
    
    - Added script used to measure synapse memory usage
    - Dry run now calculates estimate of memory usage of synapses
    - Fix typos
    st4rl3ss committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2d543f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7198a49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e09bcab View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    61e6385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    befc404 View commit details
    Browse the repository at this point in the history