RESOLVED FIXED193422
Add option to JSC to dump memory footprint on script completion
https://bugs.webkit.org/show_bug.cgi?id=193422
Summary Add option to JSC to dump memory footprint on script completion
Michael Saboff
Reported 2019-01-14 18:11:55 PST
This is similar to the work done in <https://bugs.webkit.org/show_bug.cgi?id=189768> - "Add functions to measure memory footprint to JSC", extending it to a command line option. Use of this option would dump the peak and current footprint when processing a script is completed.
Attachments
Patch (2.88 KB, patch)
2019-01-14 18:22 PST, Michael Saboff
no flags
Radar WebKit Bug Importer
Comment 1 2019-01-14 18:12:57 PST
Michael Saboff
Comment 2 2019-01-14 18:22:01 PST
Mark Lam
Comment 3 2019-01-14 18:23:22 PST
Comment on attachment 359114 [details] Patch r=me
WebKit Commit Bot
Comment 4 2019-01-14 19:01:38 PST
Comment on attachment 359114 [details] Patch Clearing flags on attachment: 359114 Committed r239969: <https://trac.webkit.org/changeset/239969>
WebKit Commit Bot
Comment 5 2019-01-14 19:01:39 PST
All reviewed patches have been landed. Closing bug.
Claudio Saavedra
Comment 6 2019-01-15 03:39:44 PST
I submitted a patch in https://bugs.webkit.org/show_bug.cgi?id=193441 to fix the printf()-related warnings.
Note You need to log in before you can comment on or make changes to this bug.