Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(237)

Issue 6463079: Added resource cache debug output to help track changes (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by robertphillips
Modified:
11 years, 10 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

With the spate of upcoming resource cache changes I would like a way to detect regressions in the cache's behavior. After a GM run this CL will print out a display like: config: gpu 97c538 Budget: 256 items 16777216 bytes Entry Count: current 12 high 146 Unlocked Entry Count: current 12 high 145 Entry Bytes: current 16750800 high 119725568 Detached Entry Count: current 0 high 13 Detached Bytes: current 0 high 14133056 config: msaa16 97c538 Budget: 256 items 16777216 bytes Entry Count: current 12 high 146 Unlocked Entry Count: current 12 high 145 Entry Bytes: current 16750800 high 119725568 Detached Entry Count: current 0 high 13 Detached Bytes: current 0 high 14133056 config: debug 97c608 Budget: 256 items 16777216 bytes Entry Count: current 15 high 248 Unlocked Entry Count: current 14 high 243 Entry Bytes: current 4778460 high 32563732 Detached Entry Count: current 0 high 13 Detached Bytes: current 0 high 14133056

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -5 lines) Patch
M gm/gmmain.cpp View 1 chunk +15 lines, -0 lines 0 comments Download
M include/gpu/GrContext.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M src/gpu/GrResourceCache.h View 2 chunks +9 lines, -0 lines 0 comments Download
M src/gpu/GrResourceCache.cpp View 6 chunks +57 lines, -5 lines 0 comments Download

Messages

Total messages: 3
robertphillips
11 years, 10 months ago (2012-08-21 19:36:11 UTC) #1
bsalomon
On 2012/08/21 19:36:11, robertphillips wrote: LGTM
11 years, 10 months ago (2012-08-21 19:44:51 UTC) #2
robertphillips
11 years, 10 months ago (2012-08-22 10:57:23 UTC) #3
committed as r5220
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b