slides/xdebug/gathering-data.xml
Gathering data
9/22
Profiling
Gathering debug data





  • • By hooking into the execution of functions
  • • By reading the memory usage
  • • By scanning compiled code (for used vars)
  • • By remembering locations of variables