Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(833)

Issue 1300103004: Introduce interface for memory dumps (Closed)

Created:
5 years, 4 months ago by Primiano Tucci (use gerrit)
Modified:
5 years, 4 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 12

Patch Set 2 : Move to include/core + use const char* + nits #

Total comments: 4

Patch Set 3 : Re reed1 @ #21 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -0 lines) Patch
A include/core/SkTraceMemoryDump.h View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
A tests/TraceMemoryDumpTest.cpp View 1 2 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (10 generated)
ericrk
Looks good - a number of nits, but nothing major. https://codereview.chromium.org/1300103004/diff/60001/src/core/SkTraceMemoryDump.h File src/core/SkTraceMemoryDump.h (right): https://codereview.chromium.org/1300103004/diff/60001/src/core/SkTraceMemoryDump.h#newcode27 ...
5 years, 4 months ago (2015-08-19 12:45:28 UTC) #5
reed1
Why the mix of SkString or const char* as parameter types? Can they all be ...
5 years, 4 months ago (2015-08-19 13:00:30 UTC) #7
Primiano Tucci (use gerrit)
On 2015/08/19 13:00:30, reed1 wrote: > Why the mix of SkString or const char* as ...
5 years, 4 months ago (2015-08-19 13:08:48 UTC) #8
reed1
On 2015/08/19 13:08:48, Primiano Tucci wrote: > On 2015/08/19 13:00:30, reed1 wrote: > > Why ...
5 years, 4 months ago (2015-08-19 13:13:09 UTC) #9
reed1
1. I think this new header will end up in include/core since it will need ...
5 years, 4 months ago (2015-08-19 13:19:21 UTC) #10
ericrk
On 2015/08/19 13:19:21, reed1 wrote: > 1. I think this new header will end up ...
5 years, 4 months ago (2015-08-19 15:49:28 UTC) #11
reed1
5 years, 4 months ago (2015-08-19 16:42:32 UTC) #13
ericrk
On 2015/08/19 15:49:28, ericrk wrote: > On 2015/08/19 13:19:21, reed1 wrote: > > 1. I ...
5 years, 4 months ago (2015-08-19 16:48:51 UTC) #14
reed1
I don't know how the caller (chrome) can "find" all of the GrContexts. If that ...
5 years, 4 months ago (2015-08-19 17:14:55 UTC) #16
Primiano Tucci (use gerrit)
Thanks for the comments. I updated the patch: - moved the interface to include/core - ...
5 years, 4 months ago (2015-08-20 08:48:01 UTC) #19
ericrk
On 2015/08/20 08:48:01, Primiano Tucci wrote: > Thanks for the comments. > I updated the ...
5 years, 4 months ago (2015-08-20 09:33:20 UTC) #20
reed1
https://codereview.chromium.org/1300103004/diff/120001/include/core/SkTraceMemoryDump.h File include/core/SkTraceMemoryDump.h (right): https://codereview.chromium.org/1300103004/diff/120001/include/core/SkTraceMemoryDump.h#newcode14 include/core/SkTraceMemoryDump.h:14: class SkString; unneeded https://codereview.chromium.org/1300103004/diff/120001/include/core/SkTraceMemoryDump.h#newcode38 include/core/SkTraceMemoryDump.h:38: virtual void dumpScalarValue(const char* ...
5 years, 4 months ago (2015-08-20 14:40:48 UTC) #21
reed1
Agreed about GrContexts -- we will expose a way to "dump" a single context, and ...
5 years, 4 months ago (2015-08-20 14:42:10 UTC) #22
Primiano Tucci (use gerrit)
https://codereview.chromium.org/1300103004/diff/120001/include/core/SkTraceMemoryDump.h File include/core/SkTraceMemoryDump.h (right): https://codereview.chromium.org/1300103004/diff/120001/include/core/SkTraceMemoryDump.h#newcode14 include/core/SkTraceMemoryDump.h:14: class SkString; On 2015/08/20 14:40:48, reed1 wrote: > unneeded ...
5 years, 4 months ago (2015-08-20 14:44:23 UTC) #23
reed1
lgtm
5 years, 4 months ago (2015-08-20 14:46:31 UTC) #24
Primiano Tucci (use gerrit)
On 2015/08/20 14:46:31, reed1 wrote: > lgtm Thanks. I see that there are other reviewers ...
5 years, 4 months ago (2015-08-20 14:50:47 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1300103004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1300103004/140001
5 years, 4 months ago (2015-08-20 14:52:28 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:140001) as https://skia.googlesource.com/skia/+/9a5bd7e860a6b132146e0247c0da0a1510225b97
5 years, 4 months ago (2015-08-20 15:00:34 UTC) #28
Primiano Tucci (use gerrit)
5 years, 4 months ago (2015-08-20 15:52:43 UTC) #29
Message was sent while issue was closed.
On 2015/08/20 15:00:34, commit-bot: I haz the power wrote:
> Committed patchset #3 (id:140001) as
> https://skia.googlesource.com/skia/+/9a5bd7e860a6b132146e0247c0da0a1510225b97

I'll take that as a yes, thanks ;-)

Powered by Google App Engine
This is Rietveld 408576698