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

Heap profiling #235

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Conversation

biryukovmaxim
Copy link
Collaborator

@biryukovmaxim biryukovmaxim commented Jul 31, 2023

add heap profiling

@biryukovmaxim biryukovmaxim marked this pull request as draft August 2, 2023 04:24
@biryukovmaxim biryukovmaxim force-pushed the heap-profiling branch 2 times, most recently from 689ccb8 to b76555e Compare August 4, 2023 06:03
@biryukovmaxim biryukovmaxim marked this pull request as ready for review August 4, 2023 06:11
Heap profiling capability has been added to 'kaspad' and 'simpa' through the optional "heap" feature. This was implemented using the 'dhat' package, enabling developers to better understand memory usage and manage memory more efficiently. To facilitate this, new configurations related to heap profiling were added to 'Cargo.toml', 'Cargo.lock' and 'README.md'. A new profile 'heap' was also introduced for producing debuggable executables without stripping metadata.
@michaelsutton michaelsutton merged commit 3e43bd4 into kaspanet:master Aug 8, 2023
5 checks passed
smartgoo pushed a commit to smartgoo/rusty-kaspa that referenced this pull request Jun 18, 2024
Heap profiling capability has been added to 'kaspad' and 'simpa' through the optional "heap" feature. This was implemented using the 'dhat' package, enabling developers to better understand memory usage and manage memory more efficiently. To facilitate this, new configurations related to heap profiling were added to 'Cargo.toml', 'Cargo.lock' and 'README.md'. A new profile 'heap' was also introduced for producing debuggable executables without stripping metadata.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants