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
140
PROFILING WITH BLACKFIRE
tabbi89
March 16, 2016
Tweet
Share
More Decks by tabbi89
See All by tabbi89
Deployment with ansible
tabbi89
2
62
Other Decks in Programming
See All in Programming
iOSでSVG画像を扱う
kishikawakatsumi
0
180
CSC305 Lecture 14
javiergs
PRO
0
220
AsyncSequenceとAsyncStreamのプロポーザルを全部読む!!
s_shimotori
1
230
Bakuraku E2E Scenario Test System Architecture #bakuraku_qa_study
teyamagu
PRO
0
280
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
880
Claude Agent SDK を使ってみよう
hyshu
0
1.5k
GitHub Copilotを使いこなせ!/mastering_github_copilot!
kotakageyama
2
760
Register is more than clipboard
satorunooshie
1
400
MCPサーバー「モディフィウス」で変更容易性の向上をスケールする / modifius
minodriven
4
870
Making Angular Apps Smarter with Generative AI: Local and Offline-capable
christianliebel
PRO
0
110
Migration to Signals, Resource API, and NgRx Signal Store
manfredsteyer
PRO
0
140
CSC509 Lecture 11
javiergs
PRO
0
290
Featured
See All Featured
Being A Developer After 40
akosma
91
590k
[RailsConf 2023] Rails as a piece of cake
palkan
57
6k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
Keith and Marios Guide to Fast Websites
keithpitt
412
23k
Building Applications with DynamoDB
mza
96
6.7k
We Have a Design System, Now What?
morganepeng
54
7.9k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
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