#include <Basics.H>
#include <Text.H>
#include <Units.H>
#include <VestaConfig.H>
#include <VestaSource.H>
#include <VDirSurrogate.H>
#include <ReposUI.H>
#include <ParseImports.H>
#include <RemoteModelSpace.H>
#include <ShortIdKey.H>
#include <getopt.h>
Go to the source code of this file.
Typedefs | |
typedef Table< ShortIdKey, bool >::Default | VisitedShortidTable |
typedef Table< ShortIdKey, bool >::Iterator | VisitedShortidIter |
Enumerations | |
enum | print_what { print_recursive_stats, print_recursive_delta_stats, print_recursive_accum_stats, print_raw_all, print_raw_base, print_raw_used_count, print_raw_total_count, print_raw_used_size, print_raw_total_size } |
Functions | |
void | usage () |
VestaSource * | upToVersion (VestaSource *vs) |
VestaSource * | upToWorkingDir (VestaSource *vs) |
bool | visitDirEntriesCallback (void *closure, VestaSource::typeTag type, Arc arc, unsigned int index, Bit32 pseudoInode, ShortId fileSid, bool master) |
void | process (const Text &path, const Text &host, const Text &port, RecursiveStats &stats, print_what output_selection, bool print_path) |
int | main (int argc, char *argv[]) |
Variables | |
Text | program_name |
Text | defpkgpar |
|
Definition at line 54 of file vmeasure.C. |
|
Definition at line 53 of file vmeasure.C. |
|
Definition at line 160 of file vmeasure.C. |
|
|
|
Definition at line 212 of file vmeasure.C. References VestaSource::appendableDirectory, VestaSource::getParent(), VestaSource::immutableDirectory, VestaSource::immutableFile, LongId::isAncestorOf(), VestaSource::longid, RootLongId, and VestaSource::type. Referenced by RecursiveStats::visit(). |
|
Definition at line 237 of file vmeasure.C. References VestaAttribs::getAttrib(), VestaSource::getParent(), VestaSource::immutableDirectory, VestaSource::immutableFile, LongId::isAncestorOf(), VestaSource::longid, VestaSource::mutableDirectory, VestaSource::mutableFile, MutableRootLongId, and VestaSource::type. Referenced by RecursiveStats::visit(). |
|
Definition at line 203 of file vmeasure.C. |
|
|
Definition at line 201 of file vmeasure.C. |
|
Definition at line 199 of file vmeasure.C. |