Command to Display Execution Time - 2023.2 English

Vitis Unified Software Platform Documentation: Application Acceleration Development (UG1393)

Document ID
UG1393
Release Date
2023-12-13
Version
2023.2 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: 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