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

Issue 1319973011: Stack sampling profiler uses uintptr_t instead of void*. (Closed)

Created:
5 years, 3 months ago by sydli
Modified:
5 years, 3 months ago
Reviewers:
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@UMA2_refactor
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Stack sampling profiler uses uintptr_t instead of void*. This CL alters the stack sampling profiler's use of void* to uintptr_t. This allows 1) sampled stacks to be sent via IPC and 2) a better high-level representation of an address from a different process. BUG=517958

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -40 lines) Patch
M base/profiler/stack_sampling_profiler.h View 2 chunks +4 lines, -4 lines 0 comments Download
M base/profiler/stack_sampling_profiler.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M components/metrics/call_stack_profile_metrics_provider_unittest.cc View 16 chunks +33 lines, -33 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Powered by Google App Engine
This is Rietveld 408576698