You are here |
maskray.me | ||
| | | |
blog.maxgio.me
|
|
| | | | In the previous blog about the program execution environment, we introduced the concept of stack unwinding with frame pointers as one of the techniques leveraged for profiling a program. In this blog, we'll see practically how we can build a simple sampling-based continuous profiler. Since we don't want the application to necessarily be instrumented, we can use the Linux kernel instrumentation. Thanks to eBPF we're able to dynamically load and attach the profiler program to specific kernel entry points, ... | |
| | | |
modexp.wordpress.com
|
|
| | | | Introduction The Cortex-A76 codenamed "Enyo" will be the first of three CPU cores from ARM designed to target the laptop market between 2018-2020. ARM already has a monopoly on handheld devices, and are now projected to take a share of the laptop and server market. First, Apple announced in April 2018 its intention to replace... | |
| | | |
www.imperialviolet.org
|
|
| | | | ||
| | | |
machinethink.net
|
|
| | Learn how OpenGL and Metal work by writing your own 3D renderer from scratch |