X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfilerSimple.php;h=805c60f4b4a80dd820ca9e44fe64e87ee757b2b8;hb=edba2e008c079f4d51abc70f2c98c1dc8009a900;hp=b59c528004fee87d5b8861cc4943a19a9d56df75;hpb=cbec306bba11d8d62e873586d78b9e384f95ec82;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/ProfilerSimple.php b/includes/profiler/ProfilerSimple.php index b59c528004..805c60f4b4 100644 --- a/includes/profiler/ProfilerSimple.php +++ b/includes/profiler/ProfilerSimple.php @@ -101,6 +101,7 @@ class ProfilerSimple extends Profiler { $entry['real_sq'] += $elapsedreal * $elapsedreal; $entry['count']++; + $this->updateTrxProfiling( $functionname, $elapsedreal ); } }