Re: Issues in the callgrind output report
"Floyd, Paul" <[email protected]> Tue, 22 Aug 2023 09:35:19 +0200
| Newsgroups | gmane.comp.debugging.valgrind |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users