Viewing profile — gnurizen
gnurizen
HN member- Joined
- Fri, Oct 08, 2021, 6:31 PM UTC
- HN karma
- 30
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About gnurizen
No profile information was provided.
Recent public activity
-
comment
Comment #48630806
A lot of times the performance is data dependent, like randomized data can result in poor warp utilization where as sorted data can be much more efficient because you have less war…
-
comment
Comment #48544994
Thanks! I think most performance debugging happens during development, what we're bringing to the table is exposure of system behavior in production which often diverges because of…
-
story
Show HN: Continuous Nvidia CUDA PC Sampling Profiler
Blog post about how we extended our open source profiler to include support for continuous production PC sampling.
-
comment
Comment #46219781
Details of how we integrated USDT support in Parca modeled after libbpf.
- story
-
comment
Comment #45747227
CUPTI is kind of a choose your own adventure thing, as you subscribe to more stuff the overhead goes up, this is kind of minimalist profiler that just subscribes to the kernel laun…
-
comment
Comment #45747173
This profiler is focused on kernel execution but we do scrape high level metrics ( https://www.polarsignals.com/blog/posts/2025/06/04/latest-in... which is based on https://github.…
-
comment
Comment #45747040
Yeah the quickstart guide covers docker, k8s and "raw" binary options: https://www.parca.dev/docs/quickstart/
-
comment
Comment #45746353
Author here, would be happy to field any questions or feedback!
-
story
Show HN: eBPF memory profiling at OOM kill time
Check out our new project to add some insight into OOM kill events for Go programs. Source code: https://github.com/parca-dev/oomprof/ Description of how it was put together: https…
-
comment
Comment #42221181
It should work to profile neovim, does it use the luajit shared library or is it statically linked? You could run parca-agent and set up a filter to discard all non-neovim samples …
-
comment
Comment #42209472
I wrote the code and the blog, happy to answer any questions/comments. Very eager to have folks try it out and give feedback! Like is my meme game strong or very strong? J/K There'…
-
comment
Comment #42131588
Thanks for the kind words Mike, will correct ASAP! Kinda surprised that’s the only thing I got wrong, thanks for taking the time to read it.
-
comment
Comment #37689404
The answer you are looking for is no. No one can translate this into what humans should eat to avoid heart disease, that will require a ton more research. We still haven't even fig…
-
comment
Comment #37689291
I would bet a dollar inhibiting TOR via protein restriction turns out to be one of those things thats good for mice but bad for humans. Whatever aging gains you get are probably ov…
-
comment
Comment #28802552
Anybody else chuckling at the irony here that eBPF is inspired by dtrace which was invented by Cantrill?