a generic php profiling class
enables (script) profiling through setting code breakpoints and providing memory and time analysis
...
Just checkout the repository and use the classes as you desire...
git clone https://gitlab.bjoernbartels.earth/php/profiler.git
Another alternative for downloading the project is to grab it via curl
, and
then pass it to tar
:
cd my/project/dir
curl -#L https://gitlab.bjoernbartels.earth/php/profiler/repository/archive.tar.gz?ref=master | tar xz --strip-components=1
...
please see LICENSE file in project's root directory
© 2008 [Björn Bartels], [email protected], all rights reserved.