System_clock/high_resolution_clock

We would like to print the system time before and after executing a command (Data Transfer). Also, we would like to estimate the time taken to execute the command.

We are using the following function:

high_resolution_clock & system_clock

Would like to know how to display clock in milli/nano seconds.

Can any one please suggest?

On the CPU or the GPU? If CPU, which OS?

If CPU + Windows, look at QueryPerformanceFrequency(), or as referred to shorthand: QPC.

Here’s a random websearch hit:

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.