#include <sstream>
#include <Basics.H>
#include <SRPC.H>
#include <FP.H>
#include <VestaConfig.H>
#include <CacheArgs.H>
#include <CacheIntf.H>
#include <Model.H>
#include <CacheIndex.H>
#include <FV.H>
#include <CompactFV.H>
#include <VestaVal.H>
#include <NewVal.H>
#include <Debug.H>
#include "CacheC.H"
Go to the source code of this file.
Functions | |
void * | MainClientProc (void *ptr) throw () |
int | main (int argc, char *argv[]) |
|
|
Definition at line 166 of file TestCacheRandom.C. References CacheIntf::All, ClientArgs::commonNames, CacheIntf::FVMismatch, ClientArgs::id, ClientArgs::kids, Debug::Lock(), ClientArgs::maxNames, ClientArgs::minNames, CacheIntf::Miss, SRPC::failure::msg, NewVal::NewFP(), CacheIntf::None, ClientArgs::numAddOps, ClientArgs::numPKs, ClientArgs::numReqs, SRPC::failure::r, Debug::Timestamp(), Debug::Unlock(), and ClientArgs::verbose. Referenced by ClientProc(), and main(). |