Let\'s say we have such a piece of c++ code:
auto t1 = getSystemTime(); // Statement 1 foo(); // Statement 2 auto t2 = getSystemTime(); // Sta