|
From: Wan M. F. W. I. <wan...@mc...> - 2011-02-28 15:08:09
|
Hi, Do cachegrind count misses function calls provoked by fwrite or fread? Thanks -- Wan Mohd Fairuz WAN ISMAIL |
|
From: Josef W. <Jos...@gm...> - 2011-03-01 16:13:05
|
On Monday 28 February 2011, Wan Mohd Fairuz Wan Ismail wrote: > Do cachegrind count misses function calls provoked by fwrite or fread? Not sure I understand that question, but any Valgrind tool only works on user level code. So if your program triggers lots of kernel work, this can not be seen by cachegrind. Josef > Thanks > > > |