Thanks, based on other counters in the code I initialized and named that // Naderan *Mahmood;
________________________________ From: Manabi <[email protected]> To: simflex <[email protected]> Sent: Tue, August 3, 2010 8:51:53 PM Subject: Re: Adding a stat counter Hi Mahmood, You have to initilize and name the stat. You can do this in the constructor. Samira On Thu, Jul 29, 2010 at 9:23 AM, Mahmood Naderan <[email protected]> wrote: Hi, >I want to add my own ounter and want flexus to report that in "stat-mnager >print >sum". Is it enough to instansiate only: > >Stat::StatCounter my_own_counter; >... >++my_own_counter; > >Or some additional works has to be done? > >// Naderan *Mahmood; >
