Gian-Carlo Pascutto
3088bb81fb
Bug 669410 - Add telemetry for PrefixSet usage. r=tglek
2011-09-08 22:17:34 +02:00
Jeff Muizelaar
9d4bfca227
Bug 684091. Keep a histogram of how often we've decoded images. r=jlebar
...
This will help track if we're decoding the right amount. e.g. if we
try to decode less we should see changes here.
2011-09-08 14:05:11 -04:00
Taras Glek
f66a1bc657
Bug 673292. Provide raw histogram data to c++ consumers. r=jmuizelaar
...
This will be useful for manually controlling histogram values instead of
just acummulating.
2011-08-05 09:53:48 -04:00
Taras Glek
a38f1bf761
Bug 680508: disable telemetry for content-processes r=glandium
2011-08-22 11:38:08 -07:00
Taras Glek
d6d29866cb
Bug 680197 - Link from telemetryhistograms.h + telemetryping.js to the list of probes wiki r=glandium
2011-08-22 11:38:06 -07:00
Geoff Brown
1264a5446f
Bug 668349 - Changes to xpcshell.ini; r=jmaher
2011-08-22 09:00:50 +01:00
Nicholas Nethercote
177a0ca1f8
Bug 678922 - Telemeterize the "storage/sqlite" memory reporter. r=khuey.
2011-08-17 19:53:03 -07:00
Trevor Saunders
eb087b3f28
bug 678799 - a11y telemetry for accessibility initialization r=surkov, tglek
2011-08-11 04:01:27 -07:00
Taras Glek
82715b888d
Bug 678085: Telemetry: Poll memory memory before cycle collection, but no more than once per minute r=njn
2011-08-11 14:19:47 -07:00
Taras Glek
fb1bfd2b63
Bug 668392 - Include enabled addons + persona in telemetry r=Mossop
2011-08-11 14:19:40 -07:00
Jeff Muizelaar
9dfaad3a37
Bug 678258. imglib: Record the number of chunks that we decode per trip through the event loop. r=jlebar
...
This also avoids recording the latency of decodes that don't do any work.
--HG--
extra : rebase_source : cc41dbb4289c050061ae27008c37d3a25b14df80
2011-08-11 14:42:15 -04:00
Jeff Muizelaar
911766f68c
Bug 678258. imglib: Record the time from starting a decode on draw and actually finishing it. r=jlebar
...
This ignores the distinction between async and sync decoding and instead focuses on the time
it takes till the user sees the finished image.
--HG--
extra : rebase_source : f059b364f1c720ace2da310d0a5e0ce33cfb0dd3
2011-08-10 19:12:08 -04:00
Sander van Veen
cc33de771b
Bug 673837 - Telemeterize js-compartment-count. r=nnethercote.
2011-08-10 19:00:38 -07:00
Brad Lassey
146bdc79f5
backing out changesets 1baddb020156, d9456378c12d, 187ac0d7b154, 40e392d958e0 and f2e8ee893fe4
2011-08-10 18:18:09 -04:00
Geoff Brown
cf4a559f2b
Bug 668349 - changes to xpcshell.ini; r=jmaher
2011-08-10 16:56:49 -04:00
Luke Wagner
b747d1721b
Bug 670059 - Add some JS engine telemetry counters to measure occurrences of: E4X, __iterator__, mutable __proto__ (r=taras,waldo)
2011-07-07 15:40:33 -07:00
Luke Wagner
673fa49bf2
Backout a22fad398472 and 373e6bd2705d because of burnage
2011-08-04 15:54:14 -07:00
Luke Wagner
59e742e724
Bug 670059 - Add some JS engine telemetry counters to measure occurrences of: E4X, __iterator__, mutable __proto__ (r=taras,waldo)
...
--HG--
extra : rebase_source : f77f2ad5521bf4543b518f7f6cc40a3778b7a74a
2011-07-07 15:40:33 -07:00
Jeff Muizelaar
0f62a1219f
Bug 672207. imglib-telemetry: record the full time it takes to decode images. r=jlebar,joe
...
Do this by accumulating decode latency in mDecodeTime which is added to imgDecodeWorker.
2011-08-04 16:25:12 -04:00
Taras Glek
6769ff0594
Bug 675737: Calculate time taken for by write/open/sync per db + main/other thread r=mak
2011-08-03 17:05:29 -07:00
Marco Bonardo
2d60c84142
Bug 671001 - Use telemetry to collect common Places stats.
...
r=dietrich
2011-08-01 23:09:20 +02:00
Taras Glek
4f9e57bfe0
Bug 674767: Use double conversion macros for jsvals, squash windows double r=glandium
2011-08-01 13:17:47 -07:00
Jason Duell
1588ac238a
Bug 670911 Cache slow to clear after crash: rename to *.Trash in same directory to avoid NTFS ACL reset. r=michal
2011-07-28 04:12:38 -07:00
Michael Wu
3d255259df
Bug 668133 - Add telemetry probes for font enumeration, r=jtd
2011-07-26 23:42:53 -07:00
Taras Glek
61e0c70faa
Bug 673727: Report sqlite waiting on/off main thread via telemetry r=mak
2011-07-26 15:06:34 -07:00
Michael Wu
706be3a5e8
Bug 671185 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=mak,ehsan,taras,biesi,pike,khuey,dholbert,josh,bjacob,bsmith
2011-07-25 21:57:58 -07:00
Justin Lebar
3e07692ce3
Bug 672731 - Add UNITS_COUNT_CUMULATIVE to nsIMemoryReporter. r=njn
2011-07-24 23:56:50 -04:00
Taras Glek
1800d8f336
Bug 668378: Telemetry sqlite IO r=asuth
2011-07-21 11:12:31 -07:00
Taras Glek
403f552f24
Bug 672651 - Track cache init times via telemetry r=jduell
2011-07-20 17:02:58 -07:00
Jeff Muizelaar
0455058ca3
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
af37ca7802
Bug 672447 - Remove zip crc32 probe, r=taras
2011-07-20 00:35:44 -07:00
Michael Wu
f10a857bd2
Bug 672426 - Use GUARD_OBJECT macros in Telemetry::AutoTimer, r=taras
2011-07-20 00:34:28 -07:00
Justin Lebar
4c7c7773bc
Bug 667085 - Modify descriptions in nsMemoryReporterManager.cpp. r=njn
2011-07-07 09:14:53 -04:00
Taras Glek
3ecd60206d
Bug 670008. Fix measurement of the startup telemetry numbers. r=glandium
2011-07-14 13:02:20 -04:00
Zbigniew Braniecki
e9bc7d4536
Bug 668842 - Add locale to telemetry metadata; r=rstrong,tglek
2011-07-13 19:00:04 +02:00
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