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 utility to analyze the memory usage of internal trace representation #191

Open
fengxizhou opened this issue Oct 22, 2024 · 0 comments · May be fixed by #192
Open

Add utility to analyze the memory usage of internal trace representation #191

fengxizhou opened this issue Oct 22, 2024 · 0 comments · May be fixed by #192
Assignees
Labels

Comments

@fengxizhou
Copy link
Contributor

🚀 Motivation and context

When we scale up HTA to support large traces, the memory usage of the internal trace representation becomes a concern. A simple memory usage analysis utility can highlight how the memory is used by the trace and reveal where an optimization can be made.

Description

We would like a utility like follows:

analyze_memory_usage(trace_df)

This utility can output the memory usage of the trace_df as follows:
Screenshot 2024-10-22 at 6 44 34 PM

Alternatives

No response

Additional context

No response

@fengxizhou fengxizhou self-assigned this Oct 22, 2024
@fengxizhou fengxizhou linked a pull request Oct 23, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant