The document discusses the challenges of measuring the running time of parallel algorithms, particularly in the context of utilizing multi-core processors. The author provides examples using a 'timing' class and the OpenMP technology while highlighting the differences in timing results from various approaches, such as 'getthreadtimes' and 'queryperformancecounter.' The article emphasizes the need for more accurate timing methods and invites feedback from readers for improving the measurement of parallel algorithms.