mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
LibJS+LibWebView+WebContent+Ladybird: Output GC-graph into a file
Instead of displaying a massive JSON in stdout, it's more practical to save the GC-graph to a file.
This commit is contained in:
parent
ed1bee222b
commit
57e5abae92
8 changed files with 38 additions and 13 deletions
|
@ -59,6 +59,8 @@ endpoint WebContentServer
|
|||
take_document_screenshot() => (Gfx::ShareableBitmap data)
|
||||
take_dom_node_screenshot(i32 node_id) => (Gfx::ShareableBitmap data)
|
||||
|
||||
dump_gc_graph() => (String json)
|
||||
|
||||
run_javascript(DeprecatedString js_source) =|
|
||||
|
||||
dump_layout_tree() => (DeprecatedString dump)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue