aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Profiler/Profiler.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix location of the profiler dataCarl Schwan2024-02-231-1/+1
| | | | | | This prevents collision with an user who could be named 'profiler' Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* don't hard error when trying to load profiles with no profiler registeredRobin Appelman2023-04-041-3/+15
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Expose clearing the profiles and fix itCarl Schwan2022-10-101-0/+4
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-0/+105
The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>