Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

Variables for Statistics


Variables

u_int64_t totalfire = 0
 This variable counts the total number of firing of the neurons.

u_int64_t totalpulse = 0
 This variable counts the total pulse arrivals to any of the neurons.

u_int64_t totalpartition = 0
 This variable counts the total number of partitions.

u_int64_t totalpartition_nonewton [4] = {0,0,0,0}
u_int64_t totalpartition_newton [4] = {0,0,0,0}
u_int64_t totalpeaksearch [3] = {0,0,0}
u_int64_t totalpeakenclosing = 0
 This variable counts the total number of peak enclosings. One peak search contains several enclosings.

u_int64_t totalrescheduled = {0}
 This variable counts the total number of re-scheduling.

u_int64_t totalfiltered_maxgrad = 0
 This variable counts the total filtering caused by maximum gradient check.

u_int64_t totalfiltered_incontinuity = 0
 This variable counts the total filtering caused by nearby incontinuity.

u_int64_t totalfiltered_nextpulse = 0
 This variable counts the total filtering caused by nearby next pulse.


Variable Documentation

u_int64_t punnets_common::totalpartition_newton = {0,0,0,0}
 

This variable counts the number of partitions with Newton-Raphson search. Each element contains the number of 0th, 1st, 2nd. and delta partitions, respectively.

Definition at line 42 of file dneuron.cpp.

Referenced by punnets_private::tneuron_ext< debug >::scheduleFire().

u_int64_t punnets_common::totalpartition_nonewton = {0,0,0,0}
 

This variable counts the number of partitions without Newton-Raphson search. Each element contains the number of 0th, 1st, 2nd. and delta partitions, respectively.

Definition at line 41 of file dneuron.cpp.

Referenced by punnets_private::tneuron_ext< debug >::scheduleFire().

u_int64_t punnets_common::totalpeaksearch = {0,0,0}
 

This variable counts the number of peak searches. Each element contains the number of searches with peak below threshold (no crossing), peak above threshold (crossing), no peak (not convex), respectively.

Definition at line 43 of file dneuron.cpp.

Referenced by punnets_private::tneuron_ext< debug >::scheduleFire().


Generated on Mon Jun 16 15:42:27 2003 for Punnets by doxygen1.2.18