C++ (Qt)QVector<int> testVector;QTime timer;timer.start();for(int i = 0; i < maxValue; ++i) testVector.append(i);qDebug("processing time is: %d ms", timer.elapsed());