Skip to content

Trial different memory profiler in benchmarks #4883

@pp-mo

Description

@pp-mo

From work elsewhere, we find that it might be better to track Python heap usage, instead of Linux RSS space

At least the observation here ("When initially run, this claimed that no memory at all was used ") is relevant : It show that "RSS" is not working for a simple tests where a setup may allocate space that is then re-used within the tested operation -- but "tracemalloc" does seem to do that right.

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleA stale issue/pull-request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions