Slide 72
Slide 72 text
Lessons learned
● Existing tools are useful (e.g. perf, strace, gdb…)
● To grasp detailed bottleneck,
making simple BPF tool is effective.
● uprobe is an entrypoint to x-ray native programs’ performance
e.g. C, C++ and Rust (also … Zig?)
● Just keep them in mind:
measure, reproduce, measure.