Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

cache_stats Class Reference

#include <cache_stats.h>

Collaboration diagram for cache_stats:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void reset ()

Public Attributes

int route_add_count
int route_add_bad_count
int subroute_add_count
int subroute_add_bad_count
int link_add_tested
int route_notice_count
int route_notice_bad_count
int subroute_notice_count
int subroute_notice_bad_count
int link_notice_tested
int route_find_count
int route_find_for_me
int route_find_bad_count
int route_find_miss_count
int subroute_find_count
int subroute_find_bad_count
int link_add_count
int link_add_bad_count
int link_notice_count
int link_notice_bad_count
int link_find_count
int link_find_bad_count
double link_good_time

Member Function Documentation

void cache_stats::reset  )  [inline]
 

Definition at line 45 of file cache_stats.h.

References link_add_bad_count, link_add_count, link_add_tested, link_find_bad_count, link_find_count, link_good_time, link_notice_bad_count, link_notice_count, link_notice_tested, route_add_bad_count, route_add_count, route_find_bad_count, route_find_count, route_find_for_me, route_find_miss_count, route_notice_bad_count, route_notice_count, subroute_add_bad_count, subroute_add_count, subroute_find_bad_count, subroute_find_count, subroute_notice_bad_count, and subroute_notice_count.

00045                      {
00046                 route_add_count = 0;
00047                 route_add_bad_count = 0;
00048                 subroute_add_count = 0;
00049                 subroute_add_bad_count = 0;
00050                 link_add_tested = 0;
00051 
00052                 route_notice_count = 0;
00053                 route_notice_bad_count = 0;
00054                 subroute_notice_count = 0;
00055                 subroute_notice_bad_count = 0;
00056                 link_notice_tested = 0;
00057 
00058                 route_find_count = 0;
00059                 route_find_for_me = 0;
00060                 route_find_bad_count = 0;
00061                 route_find_miss_count = 0;
00062                 subroute_find_count = 0;
00063                 subroute_find_bad_count = 0;
00064 
00065                 link_add_count = 0;
00066                 link_add_bad_count = 0;
00067                 link_notice_count = 0;
00068                 link_notice_bad_count = 0;
00069                 link_find_count = 0;
00070                 link_find_bad_count = 0;
00071                 
00072                 link_good_time = 0.0;
00073 
00074         }


Member Data Documentation

int cache_stats::link_add_bad_count
 

Definition at line 97 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_add_count
 

Definition at line 96 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_add_tested
 

Definition at line 80 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_find_bad_count
 

Definition at line 101 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_find_count
 

Definition at line 100 of file cache_stats.h.

Referenced by reset().

double cache_stats::link_good_time
 

Definition at line 103 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_notice_bad_count
 

Definition at line 99 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_notice_count
 

Definition at line 98 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_notice_tested
 

Definition at line 86 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_add_bad_count
 

Definition at line 77 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_add_count
 

Definition at line 76 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_find_bad_count
 

Definition at line 90 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_find_count
 

Definition at line 88 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_find_for_me
 

Definition at line 89 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_find_miss_count
 

Definition at line 91 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_notice_bad_count
 

Definition at line 83 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_notice_count
 

Definition at line 82 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_add_bad_count
 

Definition at line 79 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_add_count
 

Definition at line 78 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_find_bad_count
 

Definition at line 93 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_find_count
 

Definition at line 92 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_notice_bad_count
 

Definition at line 85 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_notice_count
 

Definition at line 84 of file cache_stats.h.

Referenced by reset().


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 12:35:10 2004 for NS2.26SourcesOriginal by doxygen 1.3.3