Closed Bug 1077457 Opened 10 years ago Closed 10 years ago

Add markers and memory to Overview->Timeline view in new performance tool

Categories

(DevTools :: Performance Tools (Profiler/Timeline), defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 37

People

(Reporter: jsantell, Assigned: vporof)

References

Details

Attachments

(1 file)

      No description provided.
Blocks: perf-tool-v2
Depends on: 1077449
Assignee: nobody → vporof
Attached patch v1Splinter Review
Attachment #8535929 - Flags: review?(jsantell)
Comment on attachment 8535929 [details] [diff] [review]
v1

Review of attachment 8535929 [details] [diff] [review]:
-----------------------------------------------------------------

Awesome.

::: browser/devtools/performance/modules/front.js
@@ +240,3 @@
>  
>      // Return start time from timeline actor
> +    let startTime = yield this._request("timeline", "start", options);

+1

::: browser/devtools/performance/test/browser_perf-details-waterfall-render-01.js
@@ +10,3 @@
>  
>    yield startRecording(panel);
> +  yield waitUntil(() => PerformanceController._markers.length);

getMarkers()?

::: browser/devtools/performance/views/details-waterfall.js
@@ +83,5 @@
>     * Called when the marker details view is resized.
>     */
>    _onResize: function () {
>      this.graph.recalculateBounds();
>      this.render();

good eye
Attachment #8535929 - Flags: review?(jsantell) → review+
https://hg.mozilla.org/mozilla-central/rev/947ee10e6ca2
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 37
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: