Closed
Bug 1465690
Opened 8 years ago
Closed 8 years ago
Backfill static initializer count
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glandium, Assigned: wlach)
References
Details
Attachments
(2 files, 1 obsolete file)
As discussed on irc, I would like to backfill the graphs bug 1464522 added for Windows.
The graphs are:
compiler_metrics num_static_constructors opt mozilla-inbound windows2012-32
https://treeherder.mozilla.org/perf.html#/graphs?series=mozilla-inbound,1689475,1,2
compiler_metrics num_static_constructors pgo mozilla-inbound windows2012-32
https://treeherder.mozilla.org/perf.html#/graphs?series=mozilla-inbound,1689480,1,2
compiler_metrics num_static_constructors opt mozilla-inbound windows2012-64
https://treeherder.mozilla.org/perf.html#/graphs?series=mozilla-inbound,1689472,1,2
compiler_metrics num_static_constructors pgo mozilla-inbound windows2012-64
https://treeherder.mozilla.org/perf.html#/graphs?series=mozilla-inbound,1689478,1,2
compiler_metrics num_static_constructors opt mozilla-central windows2012-32
https://treeherder.mozilla.org/perf.html#/graphs?series=mozilla-central,1689473,1,2
compiler_metrics num_static_constructors pgo mozilla-central windows2012-32
https://treeherder.mozilla.org/perf.html#/graphs?series=mozilla-central,1689483,1,2
compiler_metrics num_static_constructors opt mozilla-central windows2012-64
https://treeherder.mozilla.org/perf.html#/graphs?series=mozilla-central,1689471,1,2
compiler_metrics num_static_constructors pgo mozilla-central windows2012-64
https://treeherder.mozilla.org/perf.html#/graphs?series=mozilla-central,1689476,1,2
compiler_metrics num_static_constructors opt autoland windows2012-32
https://treeherder.mozilla.org/perf.html#/graphs?series=autoland,1689407,1,2
compiler_metrics num_static_constructors pgo autoland windows2012-32
https://treeherder.mozilla.org/perf.html#/graphs?series=autoland,1689433,1,2
compiler_metrics num_static_constructors opt autoland windows2012-64
https://treeherder.mozilla.org/perf.html#/graphs?series=autoland,1689408,1,2
compiler_metrics num_static_constructors pgo autoland windows2012-64
https://treeherder.mozilla.org/perf.html#/graphs?series=autoland,1689434,1,2
The attached data was retroactively calculated for older changesets in the format "{opt|pgo} {autoland|mozilla-central|mozilla-inbound} {windows2012-32|windows2012-64} $sha1 $count".
Flags: needinfo?(wlachance)
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8982109 -
Attachment is obsolete: true
Flags: needinfo?(wlachance)
| Assignee | ||
Comment 2•8 years ago
|
||
I have a script mostly finished but some of the revisions in your files don't seem to be present on treeherder as pushes e.g. `autoland` `c959327c6b75cd4930a6ea087583c38b805e7524` (treeherder only knows about a mozilla-central push with that revision, there is a revision with that hash, but not a push)
How are you generating this data?
Worst case I can just skip the entries without pushes, as there don't seem to be that many of them
Flags: needinfo?(mh+mozilla)
| Reporter | ||
Comment 3•8 years ago
|
||
I used push info from mercurial (through the mozext hg extension). It's possible it's buggy.
Flags: needinfo?(mh+mozilla)
| Assignee | ||
Comment 4•8 years ago
|
||
| Assignee | ||
Comment 5•8 years ago
|
||
Backfill succesful, I think (minus a few datums for non-pushes):
https://treeherder.mozilla.org/perf.html#/graphs?timerange=31536000&series=autoland,1689434,1,2
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•8 years ago
|
||
awesome, thanks.
Updated•7 years ago
|
Version: Version 3 → 3 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•