cache_stats Class Reference

#include <cache_stats.h>

Collaboration diagram for cache_stats:

Collaboration graph
[legend]

Detailed Description

Definition at line 68 of file cache_stats.h.

Public Member Functions

void reset ()

Data Fields

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


Member Function Documentation

void cache_stats::reset  )  [inline]
 

Definition at line 70 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.

00070                      {
00071                 route_add_count = 0;
00072                 route_add_bad_count = 0;
00073                 subroute_add_count = 0;
00074                 subroute_add_bad_count = 0;
00075                 link_add_tested = 0;
00076 
00077                 route_notice_count = 0;
00078                 route_notice_bad_count = 0;
00079                 subroute_notice_count = 0;
00080                 subroute_notice_bad_count = 0;
00081                 link_notice_tested = 0;
00082 
00083                 route_find_count = 0;
00084         route_find_for_me = 0;
00085                 route_find_bad_count = 0;
00086                 route_find_miss_count = 0;
00087                 subroute_find_count = 0;
00088                 subroute_find_bad_count = 0;
00089 
00090         link_add_count = 0;
00091         link_add_bad_count = 0;
00092         link_notice_count = 0;
00093         link_notice_bad_count = 0;
00094         link_find_count = 0;
00095         link_find_bad_count = 0;
00096         
00097         link_good_time = 0.0;
00098 
00099         }


Field Documentation

int cache_stats::link_add_bad_count
 

Definition at line 122 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_add_count
 

Definition at line 121 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_add_tested
 

Definition at line 105 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_find_bad_count
 

Definition at line 126 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_find_count
 

Definition at line 125 of file cache_stats.h.

Referenced by reset().

double cache_stats::link_good_time
 

Definition at line 128 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_notice_bad_count
 

Definition at line 124 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_notice_count
 

Definition at line 123 of file cache_stats.h.

Referenced by reset().

int cache_stats::link_notice_tested
 

Definition at line 111 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_add_bad_count
 

Definition at line 102 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_add_count
 

Definition at line 101 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_find_bad_count
 

Definition at line 115 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_find_count
 

Definition at line 113 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_find_for_me
 

Definition at line 114 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_find_miss_count
 

Definition at line 116 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_notice_bad_count
 

Definition at line 108 of file cache_stats.h.

Referenced by reset().

int cache_stats::route_notice_count
 

Definition at line 107 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_add_bad_count
 

Definition at line 104 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_add_count
 

Definition at line 103 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_find_bad_count
 

Definition at line 118 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_find_count
 

Definition at line 117 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_notice_bad_count
 

Definition at line 110 of file cache_stats.h.

Referenced by reset().

int cache_stats::subroute_notice_count
 

Definition at line 109 of file cache_stats.h.

Referenced by reset().


The documentation for this class was generated from the following file:
Generated on Tue Mar 6 17:04:07 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6