TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Extending ltrace to make your Ruby/Python/Perl/PHP apps faster
61 点
作者
ice799
超过 15 年前
2 条评论
sharms
超过 15 年前
Collapse
This is very cool stuff. I usually debug my programs through log messages, but this looks to be much easier / less performance impact.
评论 #869582 未加载
jbert
超过 15 年前
Collapse
What am I missing? all mysql calls have to go over a system call, so strace will see them (as write() or send() I guess).<p>Why use ltrace for this job?
评论 #870220 未加载