gecko-dev/tools
Gerald Squelart 98288106ad Bug 1593112 - Store responsiveness between TimeBeforeCompactStack and CompactStack - r=gregtatum
The responsiveness was stored with periodic stack samples.
Since bug 1581049, periodic stack samples are now contained within a single
"modern" `CompactStack` entry.
When a thread is sleeping, `CompactStack`s are simply copied verbatim, including
the responsiveness, which doesn't make sense because since we're sleeping so the
responsiveness should still increase.

To avoid duplicating the responsiveness, it is now stored as a separate buffer
entry `UnresponsiveDurationMs` before the `CompactStack`; this replaces the
legacy entry `Responsiveness` that was stored at the end of the stack.

Differential Revision: https://phabricator.services.mozilla.com/D51554

--HG--
extra : moz-landing-system : lando
2019-11-06 04:05:33 +00:00
..
bloatview
browsertime Bug 1594219: [browsertime] HTTPError: 404: file not found for ImageMagick-x86_64-apple-darwin18.7.0.tar.gz in browsertime --setup on macOS/OSX. r=acreskey 2019-11-05 22:03:38 +00:00
clang-tidy Bug 1558359 - clang-tidy - For performance-move-const-arg disable detection of trivially copyable types that do not have a move constructor. r=sylvestre 2019-10-16 12:59:33 +00:00
code-coverage Bug 1578730 - Add js::GetCodeCovergeSummaryAll API. r=nbp,marco 2019-09-19 00:08:39 +00:00
compare-locales Backed out changeset 35d4451f348d (bug 1588458) as requested by the dev 2019-10-15 19:04:22 +03:00
coverity Bug 1590415 - Remove deprecated code from the Coverity model file. r=sylvestre 2019-10-22 16:38:50 +00:00
crashreporter Bug 1582574 - Make minidump_stackwalk toolchain binary compatible with both older and newer Debian/Ubuntu. r=froydnj 2019-09-25 22:03:16 +00:00
docs Backed out changeset 7703531b8600 (bug 1593084) for Linting opt. CLOSED TREE 2019-11-06 00:13:52 +02:00
fuzzing Bug 1584446 - Add an rkv fuzzing test for bug mdb_cursor_put, r=truber 2019-10-02 15:17:13 +00:00
infer Bug 1576659 - Update infer to 0.17.0. r=bastien 2019-09-13 14:25:32 +00:00
jprof Bug 1559975 - fix python2 linter error for tools/jprof/split-profile.py r=ahal 2019-07-16 17:47:33 +00:00
leak-gauge
lint Bug 1589182 - remove mobile/android/extensions/ and /mobile/android/chrome/content (Fennec leftovers); r=snorp,agi 2019-11-04 20:32:10 +00:00
performance Bug 1553254 - Part 1: Allow low-overhead selective collection of internal performance probes through ChromeUtils. r=brennie,nika 2019-05-21 21:01:31 +02:00
power Bug 1559975 - Make directories python3 compatible r=catlee 2019-07-02 15:47:34 +00:00
profiler Bug 1593112 - Store responsiveness between TimeBeforeCompactStack and CompactStack - r=gregtatum 2019-11-06 04:05:33 +00:00
quitter Bug 1562642 - Part 4 - Add missing MPL2 headers in tools r=ahal 2019-07-10 19:12:07 +00:00
rb Bug 1559977 - Remove tools/rb from py3/py2 linter exclusion list r=ahal 2019-10-15 20:58:35 +00:00
rewriting Bug 1580356 - Remove Fennec (Firefox for Android). r=snorp,mshal 2019-10-04 20:55:11 +00:00
tryselect Bug 1592766 - Fix some errors in the |mach try fuzzy| docs, DONTBUILD, r=egao 2019-10-31 00:31:47 +00:00
update-packaging Bug 1578497 - Overwrite notarization ticket on each partial update instead of patching, so pkgs can be updated, r=bhearsum 2019-10-01 02:42:10 +00:00
update-verify Bug 1588649 - release update verify secondary failing for 70.0, r=jlund 2019-10-15 22:36:25 +00:00
vcs Backed out changeset cbec8a55a1bb (bug 1575008) for build bustages (Bof). CLOSED TREE 2019-11-05 23:22:40 +02:00
mach_commands.py Bug 1574977: restore mach pastebin and port to new service r=nalexander 2019-08-22 18:11:26 +00:00
moz.build Bug 1569704 - Update tools/tryselect bug component metadata, r=glob 2019-07-30 06:31:49 +00:00