Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 368 Bytes

File metadata and controls

18 lines (13 loc) · 368 Bytes

Tracy extension example

composer install

# web
php -S localhost:8000 -t www 

# remote api
php -S localhost:8008 -t www 

BEFORE Basic

AFTER Extended