mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Use Measurements for all statistic collection (#13333)
* Use Measurements for all statistic collection * fix space * Use colors cleanup * fix style * manually fix license notice * add return times and new line * add return times and new line * fix mistake in copyright template * fix style
This commit is contained in:
+1
-1
@@ -34,5 +34,5 @@ if (Debug::isEnabled()) {
|
||||
echo '<br />';
|
||||
printf('Runtime %.3fs', microtime(true) - $start);
|
||||
echo '<br />';
|
||||
printStats();
|
||||
app(\App\Polling\Measure\MeasurementManager::class)->printStats();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user