| commit | b649b0053b9c38269134eb9a39029f779d93086e | [log] [tgz] |
|---|---|---|
| author | Ewan Crawford <ewan@codeplay.com> | Tue Jan 26 10:41:08 2016 +0000 |
| committer | Ewan Crawford <ewan@codeplay.com> | Tue Jan 26 10:41:08 2016 +0000 |
| tree | adca162bf175ef1e62493ffce78216b8f59ec93e | |
| parent | f2cdd144e5c84252e681a3d90b63947a45f488b7 [diff] |
[RenderScript] Provide option to specify a single allocation to print Patch replaces the 'renderscript allocation list' command flag --refresh, with a new option --id <ID>. This new option only prints the details of a single allocation with a given id, rather than printing all the allocations. Functionality from the removed '--refresh' flag will be moved into its own command in a subsequent commit. llvm-svn: 258800