• Corentin Pescheloche's avatar
    [cpu-profiler] Add method to estimate mem size of ProfilerCodeObserver · 731fd3f5
    Corentin Pescheloche authored
    This patchset introduces instrumentation of the memory usage of the
    datatructures maintained by the CPU profiler.
    It captures:
    * The total size of the strings held in StringsStorage for CodeEntries
    * Estimated size held by CodeMap's entries.
    
    The target is to surface that metric through telemetry to get better
    visibility into the memory profile of CpuProfiler.
    
    For now, STL containers overhead is ignored as it is implementation
    specific.
    
    Change-Id: I8c6a0cd4f14348fe8832dec1f24861befc67d700
    Bug: chromium:1241491
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3101580
    Auto-Submit: Corentin Pescheloche <cpescheloche@fb.com>
    Commit-Queue: Camillo Bruni <cbruni@chromium.org>
    Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#76438}
    731fd3f5
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
debug Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regexp Loading commit data...
regress Loading commit data...
runtime Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...