[gc] Remove the `new object count` counter, because it's useless.
authorMark Probst <mark.probst@gmail.com>
Wed, 27 Aug 2014 21:35:06 +0000 (14:35 -0700)
committerMark Probst <mark.probst@gmail.com>
Wed, 26 Nov 2014 18:38:34 +0000 (10:38 -0800)
commita27ab44e3547a62c9380c655c2292778a69a7b90
tree158d070474e49af0aba79741160cd9c0b3438645
parent04adbae4481706dbb6adb28f73766c192924e81c
[gc] Remove the `new object count` counter, because it's useless.

Without heavy statistics it counts almost no objects, and even with
heavy statistics turned on, it doesn't count everything.  SGen has an
accurate counter when heavy statistics are turned on.
mono/metadata/gc.c
mono/metadata/mono-perfcounters.c
mono/metadata/object.c