TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Spy on Python down to the Linux kernel level

97 pointsby p403n1x87over 3 years ago

3 comments

rntksiover 3 years ago
What do you usually look for after a trace? I know how to trace and I know the general gist of it in terms of looking at % ratio to see which function calls is hogging the resources, but other than that I don't know what other insights one could infer from looking at a trace result. Can you share your knowledge on this?
评论 #28684854 未加载
评论 #28684537 未加载
faizshahover 3 years ago
How do you relate the output of this back to your code?<p>Like I look up ddot_kernel_8 from the sample sklearn output and I find it’s a function from OpenBLAS but when I try to find how sklearn uses it I don’t see where they use that. How would you make use of this tool?<p>It seems like the output would be useful for writing cython extensions is that the main use case?
评论 #28684909 未加载
goffiover 3 years ago
Really nice tool to have in the toolbox, thanks for that. For the record I&#x27;ve installed Austin from AUR on Arch and austin-tui was not working (I&#x27;ve pinged the packager about that), and it was not working either with pypi version. It&#x27;s working if I pipx install directly the git version though.<p>How does it play with async code?
评论 #28686946 未加载