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

Issue 2067543003: [tracing] Replace %p with %PRIXPTR in the memory dump names (Closed)

Created:
4 years, 6 months ago by ssid
Modified:
4 years, 6 months ago
CC:
cc-bugs_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, cmumford, darin-cc_chromium.org, extensions-reviews_chromium.org, jam, jsbell+idb_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[tracing] Replace %p with %PRIXPTR in the memory dump names The tracing dump names for memory-infra were inconsistent across platforms since %p prints 0x on posix and prints the number without markers in Windows. To make the names consistent, %p is replaced with PRIXPTR with a standard marker "0x". BUG=613198 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=jochen@chromium.org, skyostil@chromium.org Committed: https://crrev.com/4205d7b56a9ea78e8fc1c229963019edfe02910f Cr-Commit-Position: refs/heads/master@{#400004}

Patch Set 1 #

Patch Set 2 : fix include. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -15 lines) Patch
M cc/tiles/gpu_image_decode_controller.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M cc/tiles/software_image_decode_controller.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/dom_storage/dom_storage_area.cc View 2 chunks +5 lines, -1 line 2 comments Download
M content/browser/dom_storage/dom_storage_context_impl.cc View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/dom_storage/session_storage_database.cc View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/indexed_db/leveldb/leveldb_database.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M extensions/browser/value_store/leveldb_value_store.cc View 2 chunks +3 lines, -1 line 0 comments Download
M gin/v8_isolate_memory_dump_provider.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M sql/connection_memory_dump_provider.cc View 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (16 generated)
ssid
ptal, thanks
4 years, 6 months ago (2016-06-13 22:47:02 UTC) #7
ssid
Need owners stamp: reillyg@ for extensions/ shess@ for sql/ skyostil for cc/ jochen@ for content/ ...
4 years, 6 months ago (2016-06-13 22:55:31 UTC) #11
Scott Hess - ex-Googler
lgtm for sql/ but I think this pattern looks brittle. Alternatives I can think of ...
4 years, 6 months ago (2016-06-13 23:19:50 UTC) #12
Reilly Grant (use Gerrit)
lgtm
4 years, 6 months ago (2016-06-14 07:39:33 UTC) #13
Primiano Tucci (use gerrit)
LGTM. Pity that you had to add all those reinterpreter_cast but I don't see any ...
4 years, 6 months ago (2016-06-14 08:33:51 UTC) #14
Scott Hess - ex-Googler
On 2016/06/14 08:33:51, Primiano Tucci wrote: > Pity that you had to add all those ...
4 years, 6 months ago (2016-06-14 18:33:42 UTC) #15
ssid
https://codereview.chromium.org/2067543003/diff/40001/content/browser/dom_storage/dom_storage_area.cc File content/browser/dom_storage/dom_storage_area.cc (right): https://codereview.chromium.org/2067543003/diff/40001/content/browser/dom_storage/dom_storage_area.cc#newcode353 content/browser/dom_storage/dom_storage_area.cc:353: base::StringPrintf("dom_storage/%s/0x%" PRIXPTR, url.c_str(), On 2016/06/14 08:33:51, Primiano Tucci wrote: ...
4 years, 6 months ago (2016-06-14 20:28:16 UTC) #16
ssid
+sievers since jochen@ is travelling. PTAL Thanks
4 years, 6 months ago (2016-06-14 20:40:48 UTC) #19
Primiano Tucci (use gerrit)
On 2016/06/14 18:33:42, Scott Hess wrote: > Yeah, having to cast and use a very ...
4 years, 6 months ago (2016-06-15 11:09:24 UTC) #20
no sievers
lgtm
4 years, 6 months ago (2016-06-15 18:23:00 UTC) #21
ssid
On 2016/06/15 18:23:00, sievers wrote: > lgtm TBRing jochen and sami since it is a ...
4 years, 6 months ago (2016-06-15 18:31:42 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067543003/40001
4 years, 6 months ago (2016-06-15 18:32:20 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-15 20:10:07 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067543003/40001
4 years, 6 months ago (2016-06-15 20:31:57 UTC) #28
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 6 months ago (2016-06-15 20:36:17 UTC) #30
commit-bot: I haz the power
4 years, 6 months ago (2016-06-15 20:37:44 UTC) #32
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4205d7b56a9ea78e8fc1c229963019edfe02910f
Cr-Commit-Position: refs/heads/master@{#400004}

Powered by Google App Engine
This is Rietveld 408576698