On Mon, Jul 30, 2012 at 8:06 AM, snataraj <[email protected]> wrote:
> Will I be able to get the statistics of particular part of the code for > example a particular function or part of the particular function by marking > it or instrumentating it anywhere in the program? > > In current version its not possible, but it can be done easily. The hard part to separate statistics collection is already done. We still need to implement way to maintain multiple statistics storage for each ROI, and specify ROI via instrumenting the code. At the starting point of ROI instead of using 'user_stats', core can use ROI_stats and when it leaves ROI it can refer to 'user_stats'. And at the end all stats can be added to global_stats. Take a look at 'runcycle' function to know how 'user' and 'kernel' stats are switched in core module. - Avadh -- > Surya Narayanan, E301 - 12, INRIA, 263, Avenue general l'eclerc Rennes - > 35700 > > ______________________________**_________________ > http://www.marss86.org > Marss86-Devel mailing list > [email protected].**edu <[email protected]> > https://www.cs.binghamton.edu/**mailman/listinfo/marss86-devel<https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel> >
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
