I’m wanting to execute performance tests when doing training. I’m looking to add USDT probes in the code so I can see where time is spent in the Linux kernel when training with vectorization versus looping. We know vectorization is faster than loops, but what kernel services are called between the two approaches.
I would like to use the images from the week-2 programming assignment for the tests. Is it possible to obtain those training and testing datasets?