userlibandfileserver/fileserver/inc/f32dbg.h
branchRCL_3
changeset 21 e7d2d738d3c2
parent 19 4a8fed1c0ef6
child 43 c1f20ce4abcf
equal deleted inserted replaced
20:597aaf25e343 21:e7d2d738d3c2
   192 GLREF_D TInt DebugNCNotifier;
   192 GLREF_D TInt DebugNCNotifier;
   193 
   193 
   194 class TIOCacheValues
   194 class TIOCacheValues
   195 	{ 
   195 	{ 
   196 public:
   196 public:
   197 	TInt iFreeCount;	// number of requests on free queue
   197 	TInt iFreeCount;	// current number of requests on free queue
   198 	TInt iCloseCount;	// number of requests on close queue
   198 	TInt iCloseCount;	// current number of requests on close queue
   199 	TInt iAllocated;	// number of dynamically allocated requests
   199 	TInt iAllocated;	// no longer used
   200 	TInt iTotalCount;	// number of permanently & dynamically allocated requests
   200 	TInt iTotalCount;	// current number of requests
       
   201 	TInt iRequestCountPeak;	// peak number of requests, i.e. peak value reached by iTotalCount
       
   202 
       
   203 
       
   204 	// the same again but for the OperationAllocator
       
   205 	TInt iOpFreeCount;
       
   206 	TInt iOpRequestCount;
       
   207 	TInt iOpRequestCountPeak;
   201 	};
   208 	};
   202 
   209 
   203 class TFileCacheStats
   210 class TFileCacheStats
   204 	{ 
   211 	{ 
   205 public:
   212 public: