#include <Basics.H>#include <VestaLog.H>#include <Recovery.H>#include <FP.H>#include <CacheArgs.H>#include <CacheIntf.H>#include <CacheConfig.H>#include <Intvl.H>Include dependency graph for PrintUsedCIs.C:

Go to the source code of this file.
Functions | |
| void | Print_used_cis (bool verbose) |
| void | ExitProgram (char *msg) throw () |
| int | main (int argc, char *argv[]) |
| void ExitProgram | ( | char * | msg | ) | throw () |
Definition at line 109 of file PrintUsedCIs.C.
References ExitProgram().
Here is the call graph for this function:

| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 116 of file PrintUsedCIs.C.
References ExitProgram(), VestaLog::Error::msg, Print_used_cis(), CacheArgs::StartsWith(), and verbose.
Here is the call graph for this function:

| void Print_used_cis | ( | bool | verbose | ) |
Definition at line 41 of file PrintUsedCIs.C.
References Intvl::Add, BitVector::Cardinality(), Text::chars(), FS::Close(), Config_CILogPath, RecoveryReader::eof(), VestaLog::nextLog(), VestaLog::open(), VestaLog::openCheckpoint(), BitVector::PrintAll(), BitVector::Recover(), and BitVector::WriteInterval().
Referenced by main().
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.1