Explore >> Select a destination


You are here

ricardomartins.cc
| | mtlynch.io
15.7 parsecs away

Travel
| | Updates about my life and what I learn about creating software
| | www.markwrobel.dk
16.0 parsecs away

Travel
| | We have reached Letter IX of the Amiga Machine Code course. As always, make sure to read the letter, since I won't go through all the details. In this post, we are going to take a closer look at interrupts.
| | riv.dev
14.3 parsecs away

Travel
| | A journey through the implementation of malloc.
| | blog.maxgio.me
86.0 parsecs away

Travel
| Profiling the CPU allows us to analyze the program's performance, identify bottlenecks, and optimize its efficiency. Have you ever wondered what happens behind the scenes when you run a program and how to account for CPU time for the actual program functions? And even more, how to write such a tool to profile the program? Even though great open-source projects provide continuous profiling with vast support for compiled, JITed, and interpreted, languages, with or without debug info, with or without frame ...