From: Floyd, P. <pj...@wa...> - 2023-08-22 07:35:31
|
On 12/07/2023 15:26, Pavankumar S V wrote: > > 1. Running my application with this command: > > *valgrind --tool=callgrind ****-q ****--collect-systime=yes > ****--trace-children=yes**** taskset 0x1 application_name* > Hi Sorry for the late answer. Does it help if you use higher resolution timing? --collect-systime=yes defaults to msec timing. You could try --collect-systime=usec or --collect-systime=nsec. A+ Paul |