If you want to dump the information to a file, you could put the code in the destructor. I've done that in the past and it's worked well for me.
On Thu, Oct 30, 2014 at 4:14 AM, alireza nazari <[email protected]> wrote: > Hi, > > Maybe this is a dumb question but I have serious issue with it. basically > I am collecting some stuff about branches in my simulator in a table which > I added to ooo-core class. I want to print it out at the end of execution > when the simulation stops but I can not find any way to do it. where should > I add the code for activities at the end of simulation? with consideration > that I have to have access to *core.{...}.table *object in order to print > it out. > Any thought on this is appreciated. > > Thank you > Al > > _______________________________________________ > http://www.marss86.org > Marss86-Devel mailing list > [email protected] > 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
