Visualize profile output in debug toolbar
[lhc/web/wiklou.git] / includes / profiler / ProfilerStub.php
index 3697f35..7b310c1 100644 (file)
@@ -41,4 +41,5 @@ class ProfilerStub extends Profiler {
        public function getCurrentSection() { return ''; }
        public function transactionWritingIn( $server, $db ) {}
        public function transactionWritingOut( $server, $db ) {}
+       public function getRawData() { return array(); }
 }