More on improper testing
One day I accidentally came across some code that a user was trying to use to monitor RAM performance in their virtual machine. I won’t present the code (it's lengthy), but I'll leave only the most important parts. So, here’s the code! #include #include #include #define CNT 1024 #define SIZE (1024*1024) int main() { struct timeval start; struct timeval end; […]
