-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mass: return memory report to arvo (#675)
Dill can give Vere a `[%quac ~]` gift and vere returns a memory report in a `[%quac p=(list quac)]` where a quac is a `[name=@t size=@ud quacs=(list quac)]` nested memory report structure. Vere itself does not print the memory report in this case, but it still does when requested with the old `|mass`/`%heft` and `grab` from the command-line. Arvo will implement its own memory report printer for quacs. Unlike the previous version that used a fake driver to inject the report, this does it properly through Dill's driver, using a `%quiz` plea/writ to query the serf for this info.
- Loading branch information
Showing
17 changed files
with
541 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.