Nicholas Nethercote
|
d263e03bd2
|
Bug 668893 - Sort about:memory items of type COUNT alphabetically. r=jlebar.
|
2011-07-07 16:37:26 +10:00 |
|
Nicholas Nethercote
|
a74f9b9ef6
|
Bug 660731 - Add GetExplicit and GetResident methods to NSIMemoryReporterManager, attempt 3. r=khuey, sr=bz.
|
2011-07-07 15:54:34 +10:00 |
|
Chris Leary
|
679a65fe47
|
Merge mozilla-central and tracemonkey.
|
2011-07-05 17:30:35 -07:00 |
|
Marco Bonardo
|
4c24bb0d28
|
Backout changeset 8ab62172a2cb due to XPCShell test failure.
|
2011-07-04 12:41:16 +02:00 |
|
Nicholas Nethercote
|
fc7721af90
|
Bug 660731 - Add GetExplicit and GetResident methods to NSIMemoryReporterManager. r=khuey, sr=bz.
|
2011-07-04 16:16:02 +10:00 |
|
Nicholas Nethercote
|
22e14afb7c
|
Bug 663423 - Add two more memory measurements to TelemetryPing.js. r=taras.
|
2011-07-04 16:16:01 +10:00 |
|
Justin Lebar
|
6238251b80
|
Bug 663423 - Report UNITS_COUNT reporters correctly via telemetry. r=taras
|
2011-07-02 20:45:28 -04:00 |
|
Andrew McCreight
|
55cc0fa2b0
|
Bug 663920 - add telemetry for num of RCed and GCed nodes, and num collected. r=bent
|
2011-06-10 13:33:06 -07:00 |
|
Taras Glek
|
ec91b44519
|
Bug 663423: Fix memory reporters r=jlebar
|
2011-07-01 16:38:25 -07:00 |
|
Taras Glek
|
62fafb6d44
|
Bug 668355: s/Timer/AutoTimer/ r=jlebar
|
2011-07-01 14:39:17 -07:00 |
|
Honza Bambas
|
27509e418e
|
bug 658894 - Collect basic telemetry for HTTP requests and page load. r=jduell
|
2011-07-01 22:22:18 +02:00 |
|
Taras Glek
|
39305bbd8f
|
Bug 668355 - Measure plugin enumeration with telemetry r=jlebar
|
2011-07-01 12:06:12 -07:00 |
|
Taras Glek
|
047e6280f8
|
Bug 668355: RAII Telemetry timer r=glandium
|
2011-07-01 12:06:09 -07:00 |
|
Taras Glek
|
fafbf79d1a
|
Bug 668312 - Report only probes defined in TelemetryHistograms.h r=Mossop
|
2011-06-30 14:58:00 -07:00 |
|
Nicholas Nethercote
|
3d7ea7b395
|
Bug 661474 - Add per-compartment memory reporters. r=wmccloskey, dolske.
|
2011-06-30 15:44:17 +10:00 |
|
Jeff Walden
|
1a51bb7cb1
|
Bug 645922 - Remove nsIJSON.encode/decode, because their functionality is subsumed by JSON.parse and JSON.stringify, and their idiosyncrasies are hindering code improvements. Also remove js_TryJSON and JS_TryJSON, which are no longer used after these changes and have no clear use cases. r=brendan, r=jst
|
2011-03-28 19:27:15 -07:00 |
|
Taras Glek
|
50f827a6a6
|
Bug 666307 - update zip telemetry r=mwu
|
2011-06-22 10:24:17 -07:00 |
|
Mike Hommey
|
695c72c769
|
Bug 657297 part 2 - Add telemetry samples for initial I/O counters. r=tglek
|
2011-05-22 08:24:32 +02:00 |
|
Mike Hommey
|
48ff8f706d
|
Bug 657297 part 1 - Expose a function to add telemetry samples in XRE. r=tglek,sr=bsmedberg
|
2011-05-22 08:23:20 +02:00 |
|
Taras Glek
|
3c1ce4197b
|
Bug 665805 - Include sums in histograms sent to server r=Mossop
|
2011-06-21 14:39:14 -07:00 |
|
Taras Glek
|
6300397146
|
Bug 665805 - Adjust telemetry to work with official metrics server r=Mossop
|
2011-06-21 14:39:11 -07:00 |
|
Taras Glek
|
0004c0eaa7
|
bug 661574: Use a hashtable for histogram lookup r=glandium
|
2011-06-20 14:48:03 -07:00 |
|
Taras Glek
|
5357568384
|
bug 661574: Use enum ids for histogram names r=glandium
|
2011-06-20 14:48:00 -07:00 |
|
Taras Glek
|
1513a94ec9
|
bug 661574: Implement telemetry directory r=Mossop+glandium+mwu
|
2011-06-20 14:47:58 -07:00 |
|
Taras Glek
|
b7235b42f0
|
bug 661574: Move nsITelemetry into toolkit r=Mossop
--HG--
rename : xpcom/base/Telemetry.cpp => toolkit/components/telemetry/Telemetry.cpp
rename : xpcom/base/nsITelemetry.idl => toolkit/components/telemetry/nsITelemetry.idl
rename : xpcom/tests/unit/test_nsITelemetry.js => toolkit/components/telemetry/tests/unit/test_nsITelemetry.js
|
2011-06-20 14:47:55 -07:00 |
|
Taras Glek
|
8efbd079da
|
Bug 659196 - Improve telemetry metadata, introduce simple counters r=Mossop
|
2011-06-01 02:23:34 +02:00 |
|
Taras Glek
|
d2d1dd01cf
|
Bug 661412: Update telemetry memory reporters r=njn
|
2011-06-02 13:05:26 -07:00 |
|
Taras Glek
|
06903e2281
|
Bug 661573 - Telemetry: Do not record/send data in private mode r=Mossop
|
2011-06-28 16:57:44 -07:00 |
|
Taras Glek
|
31971d8173
|
Bug 666707 - Add a telemetry probe to record whether we started following a successful shutdown r=zpao
|
2011-06-28 16:54:36 -07:00 |
|
Taras Glek
|
3c50625c22
|
Bug 666309 - Histogram.Add should accept boolean, double values r=jorendorff
|
2011-06-28 16:54:33 -07:00 |
|
Joe Drew
|
334e33649c
|
Back out fcf08eff68eb (Bug 658894) for causing Reftest assertions.
|
2011-06-28 14:42:06 -04:00 |
|
Honza Bambas
|
e60c86ffac
|
Bug 658894 - Collect basic telemetry for HTTP requests and page load, r=jduell+tglek
|
2011-06-28 16:49:45 +02:00 |
|
Justin Lebar
|
73f8515e68
|
Bug 666667 - Update TelemetryHistograms.h to indicate that memory is reported in KB, not MB, and update memory reporters' names. r=taras
|
2011-06-27 13:03:28 -04:00 |
|
Justin Lebar
|
f7c0c9e704
|
Bug 664758 - Add page fault reporting to telemetry. r=taras
--HG--
extra : rebase_source : 89d0936181a705d3d6ec7ceab8648b6694989d20
|
2011-06-16 14:38:23 -04:00 |
|
Justin Lebar
|
169b00ccad
|
Bug 664486 - Add page fault counts to about:memory on Linux and Mac. r=njn, sr=bz
--HG--
extra : rebase_source : 47dd7501dea7ae69e01828a5c730e8853739dc71
|
2011-06-16 14:34:09 -04:00 |
|
Joel Maher
|
6993636556
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
|
Taras Glek
|
5c954c3287
|
Bug 657709: Cleanup histogram API r=mrbkap
--HG--
rename : xpcom/base/nsTelemetry.cpp => xpcom/base/Telemetry.cpp
|
2011-05-19 19:33:05 -07:00 |
|
Taras Glek
|
e39dcc200f
|
Bug 657480: Clean up after TelemetryPing.js r=mak
|
2011-05-16 16:03:36 -07:00 |
|
Taras Glek
|
3e856fc317
|
Bug 657411 - Telemetry doesn't register for idle-daily r=mak
|
2011-05-16 13:07:45 -07:00 |
|
Taras Glek
|
f1c9e547e7
|
bug 585196: Telemetry clientside r=Mossop
|
2011-05-12 11:22:35 -07:00 |
|
Taras Glek
|
e9e2097c8b
|
Backout bug 585196 due to test fail
|
2011-05-12 13:09:28 -07:00 |
|
Taras Glek
|
47847a9d9c
|
bug 585196: Telemetry clientside r=Mossop
|
2011-05-12 11:22:35 -07:00 |
|