Commit Graph

244 Commits

Author SHA1 Message Date
Chenxia Liu
df54a703fb Bug 932092 - Add data to telemetry ping. r=mfinkle,Yoric 2013-11-26 11:06:59 -05:00
Jim Chen
60494c2e9b Bug 932865 - Expose thread hang stats through nsITelemetry and telemetry ping; r=vladan 2013-11-22 14:17:31 -05:00
Vladan Djeric
52fdf71a8a Bug 940806 - Gfx info was not being properly reported in Telemetry. r=dteller 2013-11-20 14:39:23 -05:00
Nicholas Nethercote
d1c36c1b46 Bug 939385 (part 2, attempt 2) - Expose vsizeMaxContiguous to telemetry. r=froydnj.
--HG--
extra : rebase_source : c6d4438abd5d17ab70805c59baa68bbc2962b9ba
2013-11-18 22:24:18 -08:00
Carsten "Tomcat" Book
94bbe0194f Backed out changeset a045549217e2 (bug 939385) for perma failures/orange in XPCShell Tests on Linux and OS X on a CLOSED TREE 2013-11-19 11:47:51 +01:00
Nicholas Nethercote
32946c82ee Bug 939385 (part 2) - Expose vsizeMaxContiguous to telemetry. r=froydnj.
--HG--
extra : rebase_source : addf1db7cfe59fced1a8e8331034a28a2d801712
2013-11-18 22:24:18 -08:00
Aaron Klotz
9a6fd4ca6c Bug 827416: Adds profileHDDModel and profileHDDRevision to nsSystemInfo; r=bbondy
--HG--
extra : rebase_source : b0d012c1f2767b0002e3daa87294eb675cf8e29b
2013-11-01 16:54:25 -06:00
Nathan Froyd
f25ab7be58 Bug 915850 - ensure that telemetry pings are sent as UTF-8; r=vladan 2013-10-09 13:52:44 -04:00
Nathan Froyd
6a3c733e80 Bug 927406 - check whether we've updated _slowSQLStartup before using its fields; r=vladan 2013-10-15 08:55:03 -04:00
Irving Reid
bc0bfb0886 Bug 846921: record details about individual addons in XPI provider; r=unfocused,vladan 2013-10-11 13:13:31 -04:00
Nicholas Nethercote
9c1dfff707 Bug 913260 (part 4) - Use distinguished amounts for all the memory measurements done by telemetry. r=mccr8.
CLOSED TREE
2013-09-19 15:52:30 -07:00
Nicholas Nethercote
e670fcccd8 Bug 913260 (part 3) - Formalize the concept of "distinguished amounts" in the memory reporter manager. r=mccr8. 2013-09-19 15:52:28 -07:00
Phil Ringnalda
f2d9988dbb Backed out 3 changesets (bug 913260)
CLOSED TREE

Backed out changeset 9195be8a50cb (bug 913260)
Backed out changeset 09c71a3e7b85 (bug 913260)
Backed out changeset 8a8691a26012 (bug 913260)
2013-09-24 20:31:00 -07:00
Nicholas Nethercote
6a709f70b8 Bug 913260 (part 4) - Use distinguished amounts for all the memory measurements done by telemetry. r=mccr8.
--HG--
extra : rebase_source : 0e9db51b137770ba7db15a99a4ec1e87071d2f47
2013-09-19 15:52:30 -07:00
Nicholas Nethercote
8bd7f32128 Bug 913260 (part 3) - Formalize the concept of "distinguished amounts" in the memory reporter manager. r=mccr8.
--HG--
extra : rebase_source : cc6f50d85f384ed665d44b2e8850618fd8a56fa5
2013-09-19 15:52:28 -07:00
Nicholas Nethercote
1ef2e5a32a Bug 913260 (part 1) - Simplify TelemetryPing.js a little. r=nfroyd.
--HG--
extra : rebase_source : 0c7e18e269a49ca6dc79623ebc370a6c8440a663
2013-09-17 19:28:56 -07:00
Nicholas Nethercote
4ca0a834dd Bug 911641 (part 2) - Prefix some reporters with "redundant/", and make about:memory ignore them. r=johns.
--HG--
extra : rebase_source : 9ed48217ecb8af66256ddbdb70ad9f6b5d049582
2013-09-03 20:06:36 -07:00
Nicholas Nethercote
20652ab543 Bug 911641 (part 1) - Remove about:compartments, and show the compartment and ghost window lists into about:memory. r=johns.
--HG--
extra : rebase_source : c1ef005e272048e2eb84b20bafff15bcb5aae511
2013-09-03 20:05:17 -07:00
Nicholas Nethercote
fd238cabbe Bug 910517 (3rd attempt) - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 2b2a1b2667d6562fcf803ec48b4a8c10fdd519a3
2013-08-27 16:24:51 -07:00
David Rajchenbach-Teller
64a5a5dc82 Bug 902434 - Move Telemetry I/O to TelemetryFile.jsm. r=froydnj 2013-08-09 14:11:09 -04:00
Justin Lebar
89e6da4064 Bug 898558 - Rework the jemalloc heap memory reporters. r=njn
Now we have the following hierarchy

  explicit/
    heap-overhead/
      bookkeeping
      waste
      page-cache (previosuly known as dirty)

In addition, heap-committed-unused-ratio is now known as heap-overhead-ratio.

--HG--
extra : rebase_source : 8d2ca75904dfb3c0dfd1ba9a132f828436b734c6
2013-07-29 09:10:53 -07:00
David Rajchenbach-Teller
e27380d67a Bug 837326 - Statistics of accept/reject of third-party cookies;r=froydnj 2013-06-22 07:11:12 +02:00
Nathan Froyd
9595f00362 Backout 65804eae62b1, a0b216d3be12, 68e5d9fe91fc (bug 837326) for impending bustage that would make this CLOSED TREE worse than it already is 2013-06-21 15:39:45 -04:00
David Rajchenbach-Teller
8d016135f8 Bug 837326 - Statistics of accept/reject of third-party cookies;r=froydnj 2013-06-21 21:19:00 +02:00
Ed Morley
6199ade9d8 Backed out changeset 7cbc024b3c77 (bug 837326) 2013-06-21 18:21:11 +01:00
David Rajchenbach-Teller
fa1abcd83e Bug 837326 - Statistics of accept/reject of third-party cookies;r=froydnj 2013-06-21 17:48:28 +02:00
Nathan Froyd
3118b7c6be Bug 860846 - part 3 - send telemetry pings to new, partitioned URLs; r=vladan 2013-06-19 11:44:11 -04:00
Nathan Froyd
070b722cda Bug 860846 - part 2 - don't double-JSON-encode saved pings; r=vladan 2013-06-19 11:37:53 -04:00
Nathan Froyd
98547690eb Bug 879337 - fix submission of saved-session pings; r=vladan 2013-06-04 13:23:03 -04:00
Nathan Froyd
67eaaac102 Bug 878084 - part 4 - make telemetry tests submit to a URL with a more realistic path; r=vladan 2013-05-31 11:04:09 -04:00
Nathan Froyd
fc8eb3964a Bug 844331 - save pings in profile-before-change2; r=-vladan 2013-05-01 15:21:21 -04:00
Nathan Froyd
b423eec294 Bug 867401 - don't generate checksums for saved pings; r=vladan
Generating checksums means relying on nsICryptoHash, which is
unavailable after profile-before-change.  We'd like to save pings after
profile-before-change.  Hence, don't checksum.  Over 99.99% of our pings
are read successfully across all channels, so checksumming isn't really
buying us anything.
2013-05-01 10:27:34 -04:00
David Rajchenbach-Teller
d0ca150815 Bug 724368 - Transmit the maximum number of threads as a simple measure. r=froydnj 2013-04-19 07:54:18 -04:00
Nicholas Nethercote
ef40209f0d Bug 859657 (part 1) - Don't measure MEMORY_EXPLICIT in telemetry because it can cause pauses. r=jlebar.
--HG--
extra : rebase_source : 93a9d3896ec62d54ccfdaa6a8a90a5e9188fe67c
2013-04-11 20:42:01 -07:00
Vladan Djeric
d9a0a0c856 Bug 860544 - Typo in field name in Telemetry ping. r=froydnj 2013-04-15 12:08:04 -04:00
Nathan Froyd
b0635d88b0 Back out 80034b418a48 (bug 844331, part 6) on suspicion of breaking Telemetry submission; r=vladan 2013-04-01 16:25:51 -04:00
Kartikaya Gupta
998a58ab43 Bug 847499 - Save the current session telemetry data when Fennec goes into the background, so that it is not lost. r=froydnj 2013-03-26 14:05:14 -04:00
Nicholas Nethercote
002fe1c5b2 Bug 850523 (part 1) - Add a "js-main-runtime-temporary-peak" memory reporter (2nd attempt). r=wmccloskey,jlebar.
--HG--
extra : rebase_source : d90dcad2ed990b6e276ff38c36170b815ae9b823
2013-03-06 20:40:36 -08:00
Irving Reid
d2ce93c04d Bug 841028: Add last build ID to telemetry system info if build ID has changed. r=froydnj 2013-03-18 07:29:43 -04:00
Nathan Froyd
9f483b6167 Bug 844331 - part 6 - move saved-session writing to profile-before-change2 to catch cache and FHR activity; r=taras 2013-02-28 14:36:41 -05:00
Nathan Froyd
12f117b0d7 Bug 844331 - part 4 - cache the profile directory in TelemetryPing; r=taras 2013-02-28 14:04:49 -05:00
Nathan Froyd
338cc54246 Bug 844331 - part 3 - split out payload/payload+slug construction to separate functions; r=taras 2013-02-27 17:37:00 -05:00
Nathan Froyd
a81607f387 Bug 844331 - part 2 - move getSimpleMeasurements to live in TelemetryPing; r=taras 2013-02-27 17:25:26 -05:00
Nathan Froyd
f3a67ad285 Bug 844331 - part 1 - rename bits with |getCurrentSessionPayload| to |getSessionPayload|; r=taras 2013-02-27 17:23:07 -05:00
Phil Ringnalda
3dbc683edc Back out e0038e628250 and 02b242697afb (bug 850523) for test_memoryReporters.xul crashes
CLOSED TREE
2013-03-17 22:15:25 -07:00
Nicholas Nethercote
1aad0e70c2 Bug 850523 (part 1) - Add a "js-main-runtime-temporary-peak" memory reporter. r=wmccloskey,jlebar.
--HG--
extra : rebase_source : d183213c48b9d07fb62fce830998bcb8bb044f47
2013-03-06 20:40:36 -08:00
Ryan VanderMeulen
63f0956fe9 Backed out changeset 3614febde426 (bug 841028) for xpcshell failures on a CLOSED TREE. 2013-03-14 17:55:47 -04:00
Irving Reid
eb3a06111f Bug 841028: Add last build ID to telemetry system info if build ID has changed. r=froydnj 2013-03-14 16:02:36 -04:00
Vladan Djeric
28430537d4 Bug 832007 - Include HG revision URL in the Telemetry packet. r=nfroyd 2013-02-20 13:46:47 -05:00
Aaron Klotz
b9a9678922 Bug 838279 - Add isWow64 field to system info and to telemetry. r=bsmedberg 2013-02-11 20:49:33 -05:00