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

Add APPMAP_MAX_TIME #337

Merged
merged 3 commits into from
Jun 5, 2024
Merged

Add APPMAP_MAX_TIME #337

merged 3 commits into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. fix: support APPMAP_MAX_TIME

    Add APPMAP_MAX_TIME: allows the user to specify the maximum time (in
    seconds) a recording can be in progress. If the session exceeds this
    time, AppMapSessionTooLong will be raised.
    apotterri committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6f8823e View commit details
    Browse the repository at this point in the history
  2. fix: optionally disable schema render

    When APPMAP_DISPLAY_PARAMS is false, disable rendering of the schema of
    values (e.g. params, return types). A schema can be deeply nested (as in
    matplotlib), which blows up memory usage and mapping time.
    apotterri committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    513d47c View commit details
    Browse the repository at this point in the history
  3. fix: move __reduce_ex__ up to ObjectProxy

    The implementation that was previously in FunctionWrapper should work
    for all subclasses of ObjectProxy.
    apotterri committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2dde33e View commit details
    Browse the repository at this point in the history