Statistics Struct Reference

#include <global.h>


Data Fields

uint64 spell_merges
uint64 spell_hash_full
uint64 spell_suppressions


Detailed Description

This is used for various performance tracking statistics, or just how often certain events are done. It is much better to use a common structure then variables about. Note that since these are often counters, I'm using uint64s - this may be overkill, but it is just a couple extra bytes. This is initialized/declared in common/init.c. Note that if it only contains integer values, very easy to initialize/clear it - just a memset.

Definition at line 423 of file global.h.


Field Documentation

Number of times spell hash was full

Definition at line 425 of file global.h.

uint64 spell_merges

Number of spell merges done

Definition at line 424 of file global.h.

Number of times ok_to_put_more() returned FALSE

Definition at line 426 of file global.h.


The documentation for this struct was generated from the following file:

Generated on Thu Mar 25 23:28:27 2010 for Crossfire Server, Branch 1.12 by  doxygen 1.5.8