author | Jon Coppeard <jcoppeard@mozilla.com> |
Thu, 13 Nov 2014 13:43:17 +0000 | |
changeset 215505 | f4844d95a084d2f73e97263e82e67a3a5140db66 |
parent 215504 | 9772eacfaf03838045d8e036970512e08d0d8b87 |
child 215506 | e394d04ba98ae0d165482e17ba8e57a07d3751a1 |
push id | 27818 |
push user | ryanvm@gmail.com |
push date | Thu, 13 Nov 2014 20:19:09 +0000 |
treeherder | mozilla-central@292ed84594c1 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 36.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
js/public/GCAPI.h | file | annotate | diff | comparison | revisions |
--- a/js/public/GCAPI.h +++ b/js/public/GCAPI.h @@ -100,17 +100,17 @@ enum Reason { GCREASONS(MAKE_REASON) #undef MAKE_REASON NO_REASON, NUM_REASONS, /* * For telemetry, we want to keep a fixed max bucket size over time so we * don't have to switch histograms. 100 is conservative; as of this writing - * there are 26. But the cost of extra buckets seems to be low while the + * there are 52. But the cost of extra buckets seems to be low while the * cost of switching histograms is high. */ NUM_TELEMETRY_REASONS = 100 }; } /* namespace gcreason */ /*