Closed
Bug 1144424
Opened 11 years ago
Closed 11 years ago
Rename "{self,total} allocations" to "{self,total} allocations sampled"
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(firefox39 fixed)
RESOLVED
FIXED
Firefox 39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
Attachments
(1 file, 1 obsolete file)
The allocation numbers are sampled and not exact. The existing labels imply that they are exact, when they aren't, and we should change them so they don't imply that.
| Assignee | ||
Updated•11 years ago
|
Blocks: perf-tool-v2
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8579014 -
Flags: review?(jsantell)
Comment 2•11 years ago
|
||
Comment on attachment 8579014 [details] [diff] [review]
Rename '{self,total} allocations' to '{self,total} sampled allocations' in the performance tool
Review of attachment 8579014 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/locales/en-US/chrome/browser/devtools/profiler.dtd
@@ +59,5 @@
> <!ENTITY profilerUI.table.function "Function">
> +<!ENTITY profilerUI.table.totalAlloc1 "Total Sampled Allocations">
> +<!ENTITY profilerUI.table.totalAllocTooltip "The total number of Object allocations sampled here and in callees.">
> +<!ENTITY profilerUI.table.selfAlloc1 "Self Sampled Allocations">
> +<!ENTITY profilerUI.table.selfAllocTooltip "The number of Object allocations sampled here.">
s/here/at this location/
Attachment #8579014 -
Flags: review?(jsantell) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8579014 -
Attachment is obsolete: true
| Assignee | ||
Updated•11 years ago
|
Attachment #8579039 -
Flags: review+
| Assignee | ||
Comment 4•11 years ago
|
||
(No try push because this is just a re-labeling)
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 39
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•