Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
PROFILING WITH BLACKFIRE
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
tabbi89
March 16, 2016
Programming
1
140
PROFILING WITH BLACKFIRE
tabbi89
March 16, 2016
Tweet
Share
More Decks by tabbi89
See All by tabbi89
Deployment with ansible
tabbi89
2
65
Other Decks in Programming
See All in Programming
条件判定に名前、つけてますか? #phperkaigi #c
77web
2
840
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
1.3k
見せてもらおうか、 OpenSearchの性能とやらを!
shunta27
1
150
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
130
AI Assistants for YourAngular Solutions @Angular Graz, March 2026
manfredsteyer
PRO
0
110
テレメトリーシグナルが導くパフォーマンス最適化 / Performance Optimization Driven by Telemetry Signals
seike460
PRO
2
180
AI活用のコスパを最大化する方法
ochtum
0
340
ネイティブアプリとWebフロントエンドのAPI通信ラッパーにおける共通化の勘所
suguruooki
0
200
AI時代の脳疲弊と向き合う ~言語学としてのPHP~
sakuraikotone
1
1.6k
Understanding Apache Lucene - More than just full-text search
spinscale
0
140
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
1.5k
AI 開発合宿を通して得た学び
niftycorp
PRO
0
180
Featured
See All Featured
Designing Experiences People Love
moore
143
24k
We Have a Design System, Now What?
morganepeng
55
8k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
160
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.2k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
130
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
150
Unsuck your backbone
ammeep
672
58k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.2k
A designer walks into a library…
pauljervisheath
210
24k
Transcript
PROFILING WITH BLACKFIRE Tomasz Łopusiewicz
About me tabbi_89 tabbi89
[email protected]
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
Blackfire? • Blackfire is a performance management solution • Profiler
• Performance issues debugger • Validator • Automate performance testing solution
Performance
Before we go
Time • Wall Time = CPU Time + I/O Time
• I/O Time = Network Time + Disk Time
Inclusive vs Exclusive Time Inclusive Time Exclusive Time
Blackfire Stack Source: https://blackfire.io/docs/introduction
Demo
Thank You