Follow-up to Icf644ad34: Introduce ProfilerOutputStats
authorOri Livneh <ori@wikimedia.org>
Thu, 2 Apr 2015 04:09:20 +0000 (21:09 -0700)
committerOri Livneh <ori@wikimedia.org>
Thu, 2 Apr 2015 04:09:20 +0000 (21:09 -0700)
Change-Id: Ib3585303b75899c4cd7c9c88fb3473b441e52c23

includes/profiler/Profiler.php

index 0718875..924bb03 100644 (file)
@@ -49,7 +49,7 @@ abstract class Profiler {
                'text' => 'ProfilerOutputText',
                'udp' => 'ProfilerOutputUdp',
                'dump' => 'ProfilerOutputDump',
-               'context' => 'ProfilerOutputStats',
+               'stats' => 'ProfilerOutputStats',
        );
 
        /** @var Profiler */