From tradke at aei.mpg.de Thu Apr 30 13:30:46 2009 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Thu, 30 Apr 2009 18:30:46 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/src/main ScheduleInterface.c" Message-ID: <20090430183046.116FE81B4@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/src/main In directory asylum.cct.lsu.edu:/tmp/cvs-serv19603/main Modified Files: ScheduleInterface.c Log Message: Associate a separate timer for each routine called in a given schedule bin so its execution times in different bins can be distinguished. For multiple calls within the same bin, the accumulated time is reported only once. This applies patch http://www.cactuscode.org/old/pipermail/patches/2009-April/000258.html.