stats.c File Reference

#include "memcached.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>

Include dependency graph for stats.c:


Classes

struct  _prefix_stats

Defines

#define PREFIX_HASH_SIZE   256

Typedefs

typedef struct _prefix_stats PREFIX_STATS

Functions

void stats_prefix_init ()
void stats_prefix_clear ()
void stats_prefix_record_get (const char *key, const size_t nkey, const bool is_hit)
void stats_prefix_record_delete (const char *key, const size_t nkey)
void stats_prefix_record_set (const char *key, const size_t nkey)
char * stats_prefix_dump (int *length)

Define Documentation

#define PREFIX_HASH_SIZE   256


Typedef Documentation

typedef struct _prefix_stats PREFIX_STATS


Function Documentation

void stats_prefix_clear ( void   ) 

char* stats_prefix_dump ( int *  length  ) 

Here is the call graph for this function:

void stats_prefix_init ( void   ) 

void stats_prefix_record_delete ( const char *  key,
const size_t  nkey 
)

Here is the call graph for this function:

void stats_prefix_record_get ( const char *  key,
const size_t  nkey,
const bool  is_hit 
)

Here is the call graph for this function:

void stats_prefix_record_set ( const char *  key,
const size_t  nkey 
)

Here is the call graph for this function:


Generated on Fri Apr 17 16:28:26 2009 for memcached by  doxygen 1.5.8