summaryrefslogtreecommitdiffstats
path: root/lib/private/Profiler
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
| | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com>
* Fix TypeError in ProfilerCôme Chilliet2023-04-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@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-102-0/+5
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add a built-in profiler inside NextcloudCarl Schwan2022-04-044-0/+614
The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>