adsr / phpspy

low-overhead sampling profiler for PHP 7+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add capability to scrape auto_globals (`$GLOBALS`, etc)

adsr opened this issue · comments

commented

extern ZEND_API struct _zend_compiler_globals compiler_globals
HashTable *auto_globals

Proposed implementation in #104 .