Remove collateOnly() from ProfilerStandard and subclasses
authorChad Horohoe <chadh@wikimedia.org>
Thu, 30 Oct 2014 22:18:22 +0000 (15:18 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 30 Oct 2014 22:46:57 +0000 (15:46 -0700)
commitb6be73dd87c6450885c40b87cb6eac159220fba3
tree6a58eea7a1715f56359b658c413f1f8f5db495f6
parent80eeea984a186679bbccebe42a7cd7e06b94ae35
Remove collateOnly() from ProfilerStandard and subclasses

All implementations had this set to true, so remove the needless
abstraction and function calls. Child classes that do want to
differentiate here can just set the member variable on construction.

Change-Id: I81a4e6605bdec1fc1a977b5aa1ee1c5853d5ca5b
includes/profiler/ProfilerSimpleDB.php
includes/profiler/ProfilerSimpleText.php
includes/profiler/ProfilerSimpleTrace.php
includes/profiler/ProfilerSimpleUDP.php
includes/profiler/ProfilerStandard.php