~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/cumulative_stats.h

  • Committer: Joe Daly
  • Date: 2010-06-25 03:22:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1656.
  • Revision ID: skinny.moey@gmail.com-20100625032255-bzj84xre67qldfpi
initial user stats impl

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
  ~CumulativeStats();
49
49
 
50
 
  void logUserStats(ScoreboardSlot* scoreboard_slot);
 
50
  void logUserStats(ScoreboardSlot* scoreboard_slot, bool reserveSlot);
51
51
 
52
52
  void logGlobalStats(ScoreboardSlot* scoreboard_slot);
53
53