Day 2¶
コラム:(terapyon LTコラム)
ここにコラムを書いてね
Member Lunch¶
Grantの期間はみじかくなった
金額はAfricaが多いなぁ
質疑応答
寺田さんと吉田さんの質問
コラム:(yoshida MemberLunchについて書かない?)
ここにコラムを書いてね
Tachyon: Python 3.15's sampling profiler is faster than your code - PyCon US 2026¶
https://us.pycon.org/2026/schedule/presentation/31/
python -m profile.sampling
capture mode
python -m profile.sampling run main.py
python -m profile.sampling attach <pid>
reporters
visualizeされる
最初に見るのは --pstats
what;s happening now?
フレームグラフがカラーで見れる
--heatmap
--diff-framegraph →パフォーマンスが上昇したか見れる
--gecko: Firefoxのprofilerを使える
あとでanalyzeする: --binary
コラム:(koxudaxiコラムタイトル)
ここにコラムを書いてね