TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Extending ltrace to make your Ruby/Python/Perl/PHP apps faster

61 点作者 ice799超过 15 年前

2 条评论

sharms超过 15 年前
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 年前
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 未加载