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;* > >
