Closed
Bug 1147945
Opened 10 years ago
Closed 10 years ago
Make the buffer size and sample frequency a configurable pref
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(firefox40 fixed)
RESOLVED
FIXED
Firefox 40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: fitzgen, Assigned: jsantell)
References
Details
Attachments
(1 file, 5 obsolete files)
(deleted),
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
And maybe expose it in devtools UI too?
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jsantell
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Blocks: perf-tool-v2
Assignee | ||
Comment 1•10 years ago
|
||
Can't build the new perf tool for some reason, so this is another thing added to the todo stack of fx40
Assignee | ||
Updated•10 years ago
|
Summary: Make the buffer size a configurable pref → Make the buffer size and sample frequency a configurable pref
Assignee | ||
Comment 3•10 years ago
|
||
Adding sample frequency here too from bug 1143598
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8585713 -
Attachment is obsolete: true
Attachment #8588393 -
Flags: review?(vporof)
Comment 5•10 years ago
|
||
Comment on attachment 8588393 [details] [diff] [review]
1147945-buffer-size.patch
Review of attachment 8588393 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/devtools/performance/test/head.js
@@ +4,5 @@
>
> const { classes: Cc, interfaces: Ci, utils: Cu, results: Cr } = Components;
>
> let { Services } = Cu.import("resource://gre/modules/Services.jsm", {});
> +let { Preferences } = Cu.import("resource://gre/modules/Preferences.jsm", {});
Cool
Attachment #8588393 -
Flags: review?(vporof) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Backed out for xpcshell failures.
https://hg.mozilla.org/integration/fx-team/rev/8caebc2066c0
https://treeherder.mozilla.org/logviewer.html#?job_id=2586647&repo=fx-team
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8588393 -
Attachment is obsolete: true
Attachment #8589481 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 9•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 10•10 years ago
|
||
This is causing a very spammy error in every mochitest-other run:
TypeError: this is null: DT_connectToProfiler@resource:///modules/devtools/gDevTools.jsm:1222:35
Flags: needinfo?(jsantell)
Comment 11•10 years ago
|
||
It's actually so spammy during mochitest-dt runs that it blocks real failures from being visible to the log parser. Sorry, I need to back this out until it can be resolved.
https://hg.mozilla.org/integration/fx-team/rev/1667a264fcb2
Flags: needinfo?(jsantell)
Assignee | ||
Comment 12•10 years ago
|
||
Thanks, Ryan -- checking it out now, guessing it's a rebase issue
Assignee | ||
Comment 14•10 years ago
|
||
Attachment #8589481 -
Attachment is obsolete: true
Attachment #8592027 -
Flags: review+
Assignee | ||
Comment 15•10 years ago
|
||
Attachment #8592027 -
Attachment is obsolete: true
Attachment #8592074 -
Flags: review+
Assignee | ||
Comment 16•10 years ago
|
||
Not fixed on fx-team after back out, and decided to land bug 1145824 before this
Assignee | ||
Comment 17•10 years ago
|
||
I meant bug 1145824.
Assignee | ||
Comment 19•10 years ago
|
||
Rebased
Attachment #8592074 -
Attachment is obsolete: true
Attachment #8597564 -
Flags: review+
Assignee | ||
Comment 20•10 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 21•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 40
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•