Forum Discussion
Altera_Forum
Honored Contributor
9 years agogot a working solution. i used do_gettimeofday().
it filled the two time structures. and found out the seconds and microseconds between two times of before and after my copy operations.although i subtracted microseconds and seconds myself not programmatically coz of kernel floating point issues.and ktime and do_gettimeofday gives same result so cross check operation done :)