Skip to content

Provide better metrics to enable memory leak troubleshooting #1390

Closed
@mvphelps

Description

DisposeScopeManager.Statistics does not capture count of objects disposed that are not on a DisposeScope, or number of items attached to a DisposeScope. Also the ThreadTotalLiveCount is "approximate" and often goes negative. Ideally it would be exact.

Activity

added a commit that references this issue on Oct 23, 2024
dceef30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Provide better metrics to enable memory leak troubleshooting · Issue #1390 · dotnet/TorchSharp