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

Issue 13273043: Implement about:tracing UI for the sampling profiler (trace-viewer part) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by haraken
Modified:
11 years ago
Reviewers:
nduca, scottmg
CC:
trace-viewer-review_googlegroups.com
Base URL:
https://chromium.googlesource.com/external/trace-viewer.git@master
Visibility:
Public.

Description

Implement about:tracing UI for the sampling profiler (trace-viewer part) The design document of the sampling profiler is https://docs.google.com/a/google.com/document/d/1j39sbA9ECTwFFlxbhSD1EvJnGfYeS5EUJ05yxuku6VY/edit# The Chromium side CL is here: https://codereview.chromium.org/23556003/ BUG=241743 TEST=profiling_view_test.enableAndDisableContinuousSamplingTracing, profiling_view_test.showContinuousSamplingTracing, tracing_controller_test.showContinuousSamplingTracingCompleteFired, analysis_results_test::displayValuesInDataRow, analysis_results_test::displayValuesInDataRowOfSamplingTracing, analyze_slices_test::instantiate_withMultipleSlicesToBeSorted, analyze_slices_test::analyzeSelectionWithSlicesToBeSorted, thread_track_test::sampleThreadSlices, heading_track_test::headingTrackContents, heading_track_test::headingTrackLinkFired

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+586 lines, -143 lines) Patch
M src/about_tracing/profiling_view.css View 1 1 chunk +0 lines, -4 lines 1 comment Download
M src/about_tracing/profiling_view.js View 1 4 chunks +59 lines, -0 lines 0 comments Download
M src/about_tracing/profiling_view_test.js View 1 3 chunks +49 lines, -0 lines 0 comments Download
M src/about_tracing/tracing_controller.js View 1 4 chunks +70 lines, -2 lines 0 comments Download
M src/about_tracing/tracing_controller_test.js View 1 1 chunk +15 lines, -0 lines 0 comments Download
M src/tracing/analysis/analysis_link.js View 1 chunk +0 lines, -1 line 0 comments Download
M src/tracing/analysis/analysis_results.js View 1 3 chunks +36 lines, -25 lines 0 comments Download
M src/tracing/analysis/analysis_results_test.js View 1 1 chunk +43 lines, -0 lines 0 comments Download
M src/tracing/analysis/analysis_view.js View 1 chunk +2 lines, -1 line 0 comments Download
M src/tracing/analysis/analyze_selection.js View 1 1 chunk +8 lines, -5 lines 0 comments Download
M src/tracing/analysis/analyze_slices.js View 1 3 chunks +116 lines, -90 lines 0 comments Download
M src/tracing/analysis/analyze_slices_test.js View 1 4 chunks +73 lines, -1 line 0 comments Download
M src/tracing/selection.js View 1 7 chunks +21 lines, -4 lines 0 comments Download
M src/tracing/timeline_track_view.js View 1 3 chunks +7 lines, -0 lines 0 comments Download
M src/tracing/timeline_view.js View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/tracing/tracks/heading_track.js View 1 chunk +16 lines, -2 lines 0 comments Download
A src/tracing/tracks/heading_track_test.js View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
M src/tracing/tracks/thread_track.js View 1 chunk +19 lines, -5 lines 0 comments Download
M src/tracing/tracks/thread_track_test.js View 1 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 7
haraken
Now I added tests. PTAL.
11 years, 10 months ago (2013-09-03 06:53:00 UTC) #1
dsinclair
My preference would be to move the enable/show of the sampling profiler into the Record ...
11 years, 10 months ago (2013-09-03 14:09:51 UTC) #2
haraken
Thanks Dan for reviewing! > My preference would be to move the enable/show of the ...
11 years, 10 months ago (2013-09-03 16:57:03 UTC) #3
nduca
I understand your workflow. However, whatever we land should make it possible to monitor tcmalloc ...
11 years, 10 months ago (2013-09-03 19:58:06 UTC) #4
haraken
> The sampling thread is, ideally, just an option on the tracnig controller. > > ...
11 years, 10 months ago (2013-09-03 20:04:42 UTC) #5
dsinclair
11 years ago (2014-07-02 14:20:30 UTC) #6
haraken
11 years ago (2014-07-02 15:30:22 UTC) #7
This CL was landed. Closing.
Sign in to reply to this message.

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