Refactor profiling output from profiling
[lhc/web/wiklou.git] / includes / profiler / ProfilerStub.php
index 43e2193..510a0a0 100644 (file)
@@ -37,20 +37,16 @@ class ProfilerStub extends Profiler {
        public function profileOut( $fn ) {
        }
 
-       public function getOutput() {
+       public function getFunctionStats() {
        }
 
-       public function close() {
+       public function getOutput() {
        }
 
-       public function logData() {
+       public function close() {
        }
 
        public function getCurrentSection() {
                return '';
        }
-
-       public function getRawData() {
-               return array();
-       }
 }