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

Issue 1260753004: [tracing] Adding SkGlyphCache detailed statistics to skia dump provider (Closed)

Created:
5 years, 4 months ago by ssid
Modified:
5 years, 2 months ago
Reviewers:
petrcermak, reed1
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@skia_v1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[tracing] Adding SkGlyphCache detailed statistics to skia dump provider This CL adds name and memory usage of each glyph cache attached in the current process, to skia dump provider. The api exposing the cache statistics is added in crrev.com/1256323003. BUG=503168

Patch Set 1 #

Total comments: 6

Patch Set 2 : Style fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -6 lines) Patch
M skia/ext/skia_memory_dump_provider.cc View 1 2 chunks +51 lines, -6 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 7 (2 generated)
ssid
PTAL.
5 years, 4 months ago (2015-07-28 16:01:56 UTC) #2
petrcermak
LGTM with 3 style nits. Thanks, Petr https://codereview.chromium.org/1260753004/diff/1/skia/ext/skia_memory_dump_provider.cc File skia/ext/skia_memory_dump_provider.cc (right): https://codereview.chromium.org/1260753004/diff/1/skia/ext/skia_memory_dump_provider.cc#newcode12 skia/ext/skia_memory_dump_provider.cc:12: #include "third_party/skia/include/core/SkGlyphCacheStats.h" ...
5 years, 4 months ago (2015-07-28 19:40:29 UTC) #3
petrcermak
One more nit: Please remove the fullstop from the end of the patch title and ...
5 years, 4 months ago (2015-07-28 19:41:25 UTC) #4
ssid
Thanks for the review, Petr! https://codereview.chromium.org/1260753004/diff/1/skia/ext/skia_memory_dump_provider.cc File skia/ext/skia_memory_dump_provider.cc (right): https://codereview.chromium.org/1260753004/diff/1/skia/ext/skia_memory_dump_provider.cc#newcode12 skia/ext/skia_memory_dump_provider.cc:12: #include "third_party/skia/include/core/SkGlyphCacheStats.h" On 2015/07/28 ...
5 years, 4 months ago (2015-07-28 20:19:11 UTC) #5
ssid
5 years, 4 months ago (2015-07-28 20:20:05 UTC) #7
+reed This is the chrome side change for SkGlyphCache statistics. PTAL.

Powered by Google App Engine
This is Rietveld 408576698