Commit Graph

149 Commits

Author SHA1 Message Date
Taras Glek
692bbd7e4c Bug 672651 - Track cache init times via telemetry r=jduell 2011-07-20 17:02:58 -07:00
Jeff Muizelaar
fb97b8f591 Bug 672207. imglib: Time how long we spend in the decode loop. r=joe
For now this is a global counter, the eventual plan is to make this per image
format. This will be our proxy for how long we block the event loop.

--HG--
extra : rebase_source : b283fff38585825f5f46884e12508b6323e178b3
2011-07-20 17:51:54 -04:00
Michael Wu
6683dc2e18 Bug 672447 - Remove zip crc32 probe, r=taras 2011-07-20 00:35:44 -07:00
Michael Wu
c9bf6bbe17 Bug 672426 - Use GUARD_OBJECT macros in Telemetry::AutoTimer, r=taras 2011-07-20 00:34:28 -07:00
Justin Lebar
7d257a3a62 Bug 667085 - Modify descriptions in nsMemoryReporterManager.cpp. r=njn 2011-07-07 09:14:53 -04:00
Taras Glek
38e7b30b44 Bug 670008. Fix measurement of the startup telemetry numbers. r=glandium 2011-07-14 13:02:20 -04:00
Zbigniew Braniecki
edf618660e Bug 668842 - Add locale to telemetry metadata; r=rstrong,tglek 2011-07-13 19:00:04 +02:00
Nicholas Nethercote
be5adbc1bf Bug 668893 - Sort about:memory items of type COUNT alphabetically. r=jlebar. 2011-07-07 16:37:26 +10:00
Nicholas Nethercote
2602f5ced7 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
289351b012 Merge mozilla-central and tracemonkey. 2011-07-05 17:30:35 -07:00
Marco Bonardo
26f3fbd63d Backout changeset 8ab62172a2cb due to XPCShell test failure. 2011-07-04 12:41:16 +02:00
Nicholas Nethercote
220be93ebc Bug 660731 - Add GetExplicit and GetResident methods to NSIMemoryReporterManager. r=khuey, sr=bz. 2011-07-04 16:16:02 +10:00
Nicholas Nethercote
30c8c2f0ad Bug 663423 - Add two more memory measurements to TelemetryPing.js. r=taras. 2011-07-04 16:16:01 +10:00
Justin Lebar
f994b1204a Bug 663423 - Report UNITS_COUNT reporters correctly via telemetry. r=taras 2011-07-02 20:45:28 -04:00
Andrew McCreight
2a9ee7ba0c 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
c7f5ede852 Bug 663423: Fix memory reporters r=jlebar 2011-07-01 16:38:25 -07:00
Taras Glek
1aac4a3f9c Bug 668355: s/Timer/AutoTimer/ r=jlebar 2011-07-01 14:39:17 -07:00
Honza Bambas
5555f4736c bug 658894 - Collect basic telemetry for HTTP requests and page load. r=jduell 2011-07-01 22:22:18 +02:00
Taras Glek
4f1d4e5117 Bug 668355 - Measure plugin enumeration with telemetry r=jlebar 2011-07-01 12:06:12 -07:00
Taras Glek
a48f5b24c2 Bug 668355: RAII Telemetry timer r=glandium 2011-07-01 12:06:09 -07:00
Taras Glek
b0438e96a1 Bug 668312 - Report only probes defined in TelemetryHistograms.h r=Mossop 2011-06-30 14:58:00 -07:00
Nicholas Nethercote
2c2e126833 Bug 661474 - Add per-compartment memory reporters. r=wmccloskey, dolske. 2011-06-30 15:44:17 +10:00
Jeff Walden
0349ff3c11 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
277e1d39a6 Bug 666307 - update zip telemetry r=mwu 2011-06-22 10:24:17 -07:00
Mike Hommey
d7e3229e71 Bug 657297 part 2 - Add telemetry samples for initial I/O counters. r=tglek 2011-05-22 08:24:32 +02:00
Mike Hommey
784abb0156 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
69a2c1e7b4 Bug 665805 - Include sums in histograms sent to server r=Mossop 2011-06-21 14:39:14 -07:00
Taras Glek
eb52a788cd Bug 665805 - Adjust telemetry to work with official metrics server r=Mossop 2011-06-21 14:39:11 -07:00
Taras Glek
59ebdc4587 bug 661574: Use a hashtable for histogram lookup r=glandium 2011-06-20 14:48:03 -07:00
Taras Glek
76a579cf00 bug 661574: Use enum ids for histogram names r=glandium 2011-06-20 14:48:00 -07:00
Taras Glek
3447e79c1c bug 661574: Implement telemetry directory r=Mossop+glandium+mwu 2011-06-20 14:47:58 -07:00
Taras Glek
fe42dd7cc0 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
7364042b6f Bug 659196 - Improve telemetry metadata, introduce simple counters r=Mossop 2011-06-01 02:23:34 +02:00
Taras Glek
53350357f4 Bug 661412: Update telemetry memory reporters r=njn 2011-06-02 13:05:26 -07:00
Taras Glek
cea0e1bf96 Bug 661573 - Telemetry: Do not record/send data in private mode r=Mossop 2011-06-28 16:57:44 -07:00
Taras Glek
6c90dd6553 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
ca7e11eb83 Bug 666309 - Histogram.Add should accept boolean, double values r=jorendorff 2011-06-28 16:54:33 -07:00
Joe Drew
0169905f3e Back out fcf08eff68eb (Bug 658894) for causing Reftest assertions. 2011-06-28 14:42:06 -04:00
Honza Bambas
1b92ab5f6e Bug 658894 - Collect basic telemetry for HTTP requests and page load, r=jduell+tglek 2011-06-28 16:49:45 +02:00
Justin Lebar
f9c6aa8cc8 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
bb227a874b 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
5daed65b45 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
193c66083d Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Taras Glek
d90141cfac 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
1d29d45277 Bug 657480: Clean up after TelemetryPing.js r=mak 2011-05-16 16:03:36 -07:00
Taras Glek
78edb678a3 Bug 657411 - Telemetry doesn't register for idle-daily r=mak 2011-05-16 13:07:45 -07:00
Taras Glek
8e0c4b5bd5 bug 585196: Telemetry clientside r=Mossop 2011-05-12 11:22:35 -07:00
Taras Glek
bcc423bd5b Backout bug 585196 due to test fail 2011-05-12 13:09:28 -07:00
Taras Glek
22ca3f45ba bug 585196: Telemetry clientside r=Mossop 2011-05-12 11:22:35 -07:00