[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / counters.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-14 bmeurer[builtins] Simplify String constructor code.
2015-08-10 bmeurer[runtime] Remove obsolete %GetPropertyNames runtime...
2015-05-07 ulanAdd aggregated memory histograms.
2015-04-10 verwaestReland "Merge cellspace into old pointer space"
2015-04-09 adamkRevert of Merge cellspace into old pointer space (patch...
2015-04-09 verwaestMerge cellspace into old pointer space
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-03-20 Benedikt Meurer[turbofan] Turn Math.clz32 into an inlinable builtin.
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-18 verwaestRemove PropertyCell space
2015-03-18 hpayerMerge old data and pointer space.
2015-02-17 ulanAdd historgram for number of GC needed to collect a...
2015-02-16 yangguoTrack code cache reject reason via histogram buckets.
2015-01-27 yangguoRescale histogram timers.
2015-01-22 vogelheimImplement AggregatableHistogramTimer and use it to...
2015-01-14 yangguoIntroduce new compile histogram that includes parsing...
2014-11-11 marja@chromium.orgRemove V8.ZoneSegmentBytes.
2014-09-22 vogelheim@chromium.orgAdd histogram timers for (de-)serialization during...
2014-09-19 jochen@chromium.orgFix type in idle time undershot histogram name
2014-09-16 jochen@chromium.orgTrack how much we miss the idle notification limit
2014-09-16 jochen@chromium.orgRemove unused histogram definitions
2014-09-10 yangguo@chromium.orgRename ascii to one-byte where applicable.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-28 hpayer@chromium.orgAdded histogram to track distribution of requested...
2014-07-24 jochen@chromium.orgAdd a histogram timer around low memory notifications...
2014-07-18 jochen@chromium.orgAdd histograms for idle notification and incremental...
2014-07-07 jochen@chromium.orgRemove a bunch of Isolate::UncheckedCurrent calls
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-26 jochen@chromium.orgReland 21482 - "Merge v8globals.h and globals.h"
2014-05-26 verwaest@chromium.orgRevert "Merge v8globals.h and globals.h"
2014-05-26 jochen@chromium.orgMerge v8globals.h and globals.h
2014-05-12 danno@chromium.orgReland r20974: Unify and simplify the FastCloneShallowA...
2014-05-09 verwaest@chromium.orgRevert "Reland r20974: Unify and simplify the FastClone...
2014-05-09 danno@chromium.orgReland r20974: Unify and simplify the FastCloneShallowA...
2014-05-09 ishell@chromium.orgPresubmit checks recover:
2014-05-07 jochen@chromium.orgMerge counters and v8-counters
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2013-10-29 jkummerow@chromium.orgTemporarily allow HistogramTimerScopes to be nested
2013-09-03 dcarney@chromium.orgthread isolate for files starting with 'b' and 'c'
2013-08-29 bmeurer@chromium.orgReland^2 "Add Chromium-style TimeDelta, Time and TimeTi...
2013-08-28 bmeurer@chromium.orgRevert "Cross-compiling from Linux to Android requires...
2013-08-28 bmeurer@chromium.orgReland "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 bmeurer@chromium.orgRevert "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 bmeurer@chromium.orgAdd Chromium-style TimeDelta, Time and TimeTicks classe...
2013-08-28 bmeurer@chromium.orgRevert "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 bmeurer@chromium.orgAdd Chromium-style TimeDelta, Time and TimeTicks classe...
2013-04-24 yangguo@chromium.orgRemove Isolate::Current() from histograms.
2012-08-01 mstarzinger@chromi... When specifying a new create histogram callback, reset...
2012-07-13 mstarzinger@chromi... Factor out a Histogram class from HistogramTimer, and...
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2010-12-17 erik.corry@gmail.comAdd a couple of missing includes.
2010-03-17 erik.corry@gmail.comFix formatting around * and &.
2009-05-26 iposva@chromium.org- Record cache hit rates at different levels in the...
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-03-13 davemoore@chromium.org- Added ability to call histograms from within v8
2008-12-01 ager@chromium.orgCommiting Evan's change to use char instead of wchar_t...
2008-09-15 deanm@chromium.orgRemove EOL trailing whitespace.
2008-09-15 deanm@chromium.orgMove the Counters to structures that can be POD initial...
2008-09-11 christian.plesner... Replaced calls to functions that msvc consider deprecat...
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-07-03 christian.plesner... Initial export.