This is an archive of the discontinued LLVM Phabricator instance.

RenderScript command for printing allocation information
ClosedPublic

Authored by EwanCrawford on Sep 29 2015, 7:36 AM.

Details

Summary

This patch adds a new command 'language renderscript allocation list' for printing the details of all loaded RS allocations.

In order to work out this information lldb JITs the runtime for the data it wants.
This has a penalty of a couple seconds latency, so is only done once for each allocation and the results cached.

If the user later wants to recalculate this information however, they can force lldb to do so with the --refresh flag.

Diff Detail

Repository
rL LLVM

Event Timeline

EwanCrawford retitled this revision from to RenderScript command for printing allocation information .
EwanCrawford updated this object.
EwanCrawford added reviewers: jingham, clayborg.
EwanCrawford set the repository for this revision to rL LLVM.
clayborg accepted this revision.Oct 5 2015, 11:50 AM
clayborg edited edge metadata.

Back from vacation, sorry for the delay. Looks good.

This revision is now accepted and ready to land.Oct 5 2015, 11:50 AM
This revision was automatically updated to reflect the committed changes.