#define PCT ( f,
t,
pgsize   ) 

Value:

((t) == 0 ? 0 :                                                 \
    (((double)(((t) * (pgsize)) - (f)) / ((t) * (pgsize))) * 100))

Definition at line 189 of file htdb_stat.cc.

Referenced by btree_stats(), hash_stats(), and queue_stats().


Generated on Sun Jun 8 10:56:57 2008 for GNUmifluz by  doxygen 1.5.5