mirror of
https://github.com/php/presentations.git
synced 2026-03-25 16:12:07 +01:00
11 lines
336 B
XML
11 lines
336 B
XML
<slide title="Profiling">
|
|
|
|
<blurb fontsize="4em">
|
|
Your code may work fine, but 'some bug' may only allow you to run a few requests at a time.
|
|
This calls for a profiler that can analyze code and detect implementation inefficiencies, which
|
|
are yet another form of a bug.
|
|
</blurb>
|
|
|
|
<image filename="profile.jpg" align="center" />
|
|
|
|
</slide> |