Skip to content

Record processes' memory usage #255

@remram44

Description

@remram44

In the same way we store cpu time (9a0cb0a), we should record in the trace the peak memory usage for processes (and for the full experiment?)

This is useful information for reproduction.

It looks like maybe this can be obtained the same way through wait3 (ru_maxrss), otherwise we'll have to sample regularly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracer (C)Component: The C part of the tracer codebase (_pytracer extension)T-enhancementType: En enhancement to existing code, or a new feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions