Live data from Hacker News

Viewing profile — maxgio92

maxgio92

HN member
Joined
Fri, Jun 03, 2022, 12:52 PM UTC
HN karma
113
Public activity
30 items

About maxgio92

[ my public key: https://keybase.io/maxgio; my proof: https://keybase.io/maxgio/sigs/r_GzCDsMPUCtng6KwfebFu9Z7pNF7C47m9tALiHYcx4 ]

Recent public activity

  1. 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…

  2. comment
    Comment #48831391

    [flagged]

  3. story
  4. comment
    Comment #41290606

    In this blog, we’ll see practically how we can build a simple sampling-based continuous profiler, leveraging frame pointers.

  5. story
  6. 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…

  7. story
  8. story
  9. 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…

  10. story
  11. story
  12. comment
    Comment #37378394

    A blog about how I improved consistency and performance in a Go crawler.

  13. story
  14. story
  15. comment
    Comment #31988112

    Thank you, very exhaustive and interesting. A note: the link to bftrace script is broken.

  16. comment
    Comment #31987719

    thank you for the details!

  17. comment
    Comment #31985186

    I’m happy to hear that :-)

  18. comment
    Comment #31985184

    Thank you!

  19. comment
    Comment #31980438

    Thank you all for this. Scheduling on GPUs is a topic in the dark for me, to be discovered

  20. 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

  21. 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.

  22. 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.

  23. comment
    Comment #31980262

    Thank you for this material!

  24. 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.

  25. comment
    Comment #31978055

    That's a good point! Thank you for your feedback!