Command to Display Execution Time - 2023.1 English

Vitis Unified IDE and Common Command-Line Reference Manual (UG1553)

Document ID
UG1553
Release Date
2023-07-17
Version
2023.1 English
The following command is used to display the next generation Vitis IDE Python methods or expression execution time:
time

The CPU and wall clock times are printed, and the value of the expression (if any) is returned. Note that Win 32, system time is always reported as 0, because it cannot be measured.

Vitis [1]: time client=vitisng.create_client()
Vitis Server started on port '59936'.
CPU times: user 71 ms, sys: 12.8 ms, total: 83.8 ms
Wall time: 17.2 s