|
You are here |
www.polarsignals.com | ||
| | | | |
www.groundcover.com
|
|
| | | | | Learn what eBPF is and how it leverages the Linux kernel for controlled program execution. Check eBPF's common use cases and best practices. | |
| | | | |
yosefk.com
|
|
| | | | | We introduce a new C++ function tracing profiler, and discuss how to use such a profiler, how to make one for native code, and how a simple CPU hardware feature can make tracing very cheap for compiled, interpreted and JITted languages | |
| | | | |
richardstartin.github.io
|
|
| | | | | Raw pointers in C/C++ open up entire classes of error that are practically unimaginable in higher level languages. So why does anybody use them at all? Unfortunately, it's impossible to write a profiler without getting close to some of the sharp edges of unsafe memory. The async-profiler code base contains a lot of low level tricks, and it's worth studying how some of them work. | |
| | | | |
aturon.github.io
|
|
| | | |||