Viewing profile — maxgio92
maxgio92
HN member- Joined
- Fri, Jun 03, 2022, 12:52 PM UTC
- HN karma
- 113
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About maxgio92
Recent public activity
-
story
Show HN: Xcover, Coverage Profiling with eBPF
xcover started as a personal project, and we've already started using it internally at Chainguard to profile the test coverage of our packages. It measures function coverage, witho…
-
comment
Comment #48831391
[flagged]
- story
-
comment
Comment #41290606
In this blog, we’ll see practically how we can build a simple sampling-based continuous profiler, leveraging frame pointers.
- story
-
comment
Comment #40844150
wGrep provides a grep-like to search for text patterns on web pages recursively. Similarly, wFind provides a find-like way to recursively search for web locations across a hyerarch…
- story
- story
-
comment
Comment #40773266
The first episode of my new blog series is live! This series dives into frame pointers and their critical role in building a CPU profiler. This episode will explore the fundamental…
- story
- story
-
comment
Comment #37378394
A blog about how I improved consistency and performance in a Go crawler.
- story
- story
-
comment
Comment #31988112
Thank you, very exhaustive and interesting. A note: the link to bftrace script is broken.
-
comment
Comment #31987719
thank you for the details!
-
comment
Comment #31985186
I’m happy to hear that :-)
-
comment
Comment #31985184
Thank you!
-
comment
Comment #31980438
Thank you all for this. Scheduling on GPUs is a topic in the dark for me, to be discovered
-
comment
Comment #31980326
Thank you, it seems very interesting. I leave here links also for other people. - https://docs.sel4.systems/projects/sel4/documentation.html
-
comment
Comment #31980293
Yes, you're right. I preferred to not cover too much topics on the same blog, but that's a good idea as other people said here. Thank you.
-
comment
Comment #31980281
Thank you very much, I appreaciate it. That's an interesting topic too. As other people said, actually they don't interact. But I'd like to dig into it.
-
comment
Comment #31980262
Thank you for this material!
-
comment
Comment #31980224
You're right. The journey is introductory on basic scheduling concepts and focuses on the SCHED_NORMAL. That rule as I written is valid for the CFS.
-
comment
Comment #31978055
That's a good point! Thank you for your feedback!