We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You need to measure time with a finer granularity than the full seconds that time returns.
Use the chrono library.
using std::chrono::high_resolution_clock; high_resolution_clock::time_point tp == high_resolution_clock::now();