|
From: Mohamed M. <man...@gm...> - 2007-11-07 00:44:08
|
Hi, I am using cachegrind to measure bottlenecks for a C++ process. This process is part of a distributed system and in the course of fulfilling a request it will make one or more blocking remote calls. Does cachegrind include the blocking times in the numbers it reports? These are the options I start with: --simulate-cache=no --tool=callgrind --instr-atstart=no Thanks, Mohamed |