You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to measure time to check my code execution time, I saw these functions:
sysGetCurrentTime, sysGetSystemTime, __gettime and std::chrono::high_resolution_clock::now(), I tried them all and I don't understand sysGetCurrentTime. (Other function works great)
Is this function broken? I tried to see the implementation in the cell sdk and to recode it and I still have weird values.
I tried to use the value from sysGetTimebaseFrequency and make something with it but I can't. Any idea?
The text was updated successfully, but these errors were encountered:
I was trying to measure time to check my code execution time, I saw these functions:
sysGetCurrentTime, sysGetSystemTime, __gettime and std::chrono::high_resolution_clock::now(), I tried them all and I don't understand sysGetCurrentTime. (Other function works great)
Here is a test code:
nsec values seems wrong, nsecStart = 942584962 and nsecEnd = 972889799
972889799 - 942584962 = 30304837
Is this function broken? I tried to see the implementation in the cell sdk and to recode it and I still have weird values.
I tried to use the value from sysGetTimebaseFrequency and make something with it but I can't. Any idea?
The text was updated successfully, but these errors were encountered: