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
tabbi89
March 16, 2016
Programming
1
130
PROFILING WITH BLACKFIRE
tabbi89
March 16, 2016
Tweet
Share
More Decks by tabbi89
See All by tabbi89
Deployment with ansible
tabbi89
2
59
Other Decks in Programming
See All in Programming
効率的な開発手段として VRTを活用する
ishkawa
0
110
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
700
生成AI時代のコンポーネントライブラリの作り方
touyou
1
120
RailsGirls IZUMO スポンサーLT
16bitidol
0
170
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
130
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
0
270
すべてのコンテキストを、 ユーザー価値に変える
applism118
3
1.2k
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
270
Code as Context 〜 1にコードで 2にリンタ 34がなくて 5にルール? 〜
yodakeisuke
0
120
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
5
1.1k
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1.2k
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
5
1.1k
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
140
7k
Fireside Chat
paigeccino
37
3.5k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Bash Introduction
62gerente
614
210k
GraphQLとの向き合い方2022年版
quramy
49
14k
Become a Pro
speakerdeck
PRO
28
5.4k
Done Done
chrislema
184
16k
Practical Orchestrator
shlominoach
188
11k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
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