Closed
Bug 1272359
Opened 9 years ago
Closed 9 years ago
Report support for AVX and AVX2 in telemetry
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
(Whiteboard: [measurement:client])
Attachments
(1 file)
2.19 KB,
patch
|
gfritzsche
:
review+
benjamin
:
feedback+
|
Details | Diff | Splinter Review |
No description provided.
Updated•9 years ago
|
Blocks: TelemetryAdditions
Whiteboard: [measurement:client]
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8753561 -
Flags: review?(gfritzsche)
Updated•9 years ago
|
Assignee: nobody → jmuizelaar
Comment 2•9 years ago
|
||
Comment on attachment 8753561 [details] [diff] [review]
Report AVX and AVX2
Review of attachment 8753561 [details] [diff] [review]:
-----------------------------------------------------------------
This looks fine to me, flagging bsmedberg for data collection review:
https://wiki.mozilla.org/Firefox/Data_Collection
::: toolkit/components/telemetry/TelemetryEnvironment.jsm
@@ -1201,5 @@
> };
>
> const CPU_EXTENSIONS = ["hasMMX", "hasSSE", "hasSSE2", "hasSSE3", "hasSSSE3",
> - "hasSSE4A", "hasSSE4_1", "hasSSE4_2", "hasEDSP", "hasARMv6",
> - "hasARMv7", "hasNEON"];
Please also update the documentation in toolkit/components/telemetry/docs/environment.rst
You can view it using |mach doc| and is used to generate this:
https://gecko.readthedocs.org/en/latest/toolkit/components/telemetry/telemetry/environment.html
Attachment #8753561 -
Flags: review?(gfritzsche)
Attachment #8753561 -
Flags: review+
Attachment #8753561 -
Flags: feedback?(benjamin)
Comment 3•9 years ago
|
||
Comment on attachment 8753561 [details] [diff] [review]
Report AVX and AVX2
With the docs updated, data-review=me
Attachment #8753561 -
Flags: feedback?(benjamin) → feedback+
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•