Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PROFILING WITH BLACKFIRE

Avatar for tabbi89 tabbi89
March 16, 2016

PROFILING WITH BLACKFIRE

Avatar for tabbi89

tabbi89

March 16, 2016
Tweet

More Decks by tabbi89

Other Decks in Programming

Transcript

  1. Profiling • Instruments the code you want to measure and

    generates data about its runtime behavior • Measuring and analyzing the performance of an application • Code behaviour
  2. Blackfire? • Blackfire is a performance management solution • Profiler

    • Performance issues debugger • Validator • Automate performance testing solution
  3. Time • Wall Time = CPU Time + I/O Time

    • I/O Time = Network Time + Disk Time