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

Issue 745493002: Profile FreeList (chromium side)

Created:
6 years, 1 month ago by keishi
Modified:
5 years, 11 months ago
Reviewers:
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Profile FreeList (chromium side) This adds trace-blinkgc profiler mode. BUG=

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -4 lines) Patch
M tools/telemetry/telemetry/core/backends/chrome/tracing_backend.py View 1 2 1 chunk +5 lines, -4 lines 1 comment Download
M tools/telemetry/telemetry/core/platform/profiler/trace_profiler.py View 1 2 1 chunk +10 lines, -0 lines 1 comment Download

Messages

Total messages: 1 (0 generated)
keishi
5 years, 11 months ago (2015-01-27 09:42:29 UTC) #1
https://codereview.chromium.org/745493002/diff/40001/tools/telemetry/telemetr...
File tools/telemetry/telemetry/core/backends/chrome/tracing_backend.py (right):

https://codereview.chromium.org/745493002/diff/40001/tools/telemetry/telemetr...
tools/telemetry/telemetry/core/backends/chrome/tracing_backend.py:92: #raise
TracingTimeoutException(
I did this because when the trace data got large, dev tools stopped responding
and the tracing json file was not produced.
By not raising an exception, the partial tracing json data is written out.

https://codereview.chromium.org/745493002/diff/40001/tools/telemetry/telemetr...
File tools/telemetry/telemetry/core/platform/profiler/trace_profiler.py (right):

https://codereview.chromium.org/745493002/diff/40001/tools/telemetry/telemetr...
tools/telemetry/telemetry/core/platform/profiler/trace_profiler.py:78:
categories='blink_gc,webkit.console,benchmark,blink.console')
I added this to make the tracing json file smaller.

Powered by Google App Engine
This is Rietveld 408576698