-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
C-tracer (C)Component: The C part of the tracer codebase (_pytracer extension)Component: The C part of the tracer codebase (_pytracer extension)T-enhancementType: En enhancement to existing code, or a new featureType: En enhancement to existing code, or a new feature
Milestone
Description
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
Labels
C-tracer (C)Component: The C part of the tracer codebase (_pytracer extension)Component: The C part of the tracer codebase (_pytracer extension)T-enhancementType: En enhancement to existing code, or a new featureType: En enhancement to existing code, or a new feature