Go to the source code of this file.
Functions | |
double | get_clock () |
void | compressChar (void *src, void *dst, int size, int *compressSize, void *bData) |
compress char is the general algorithm for any data | |
void | decompressChar (void *cData, void *dData, int size, int compressSize, void *bData) |
void | compressFloatingPoint (void *src, void *dst, int s, int *compressSize, void *bData) |
void | decompressFloatingPoint (void *cData, void *dData, int s, int compressSize, void *bData) |
void | compressDouble (void *src, void *dst, int s, int *compressSize, void *bData) |
void | decompressDouble (void *cData, void *dData, int s, int compressSize, void *bData) |
Variables | |
struct timeval | tv |
double get_clock | ( | ) |
Definition at line 32 of file compress.C.
References CmiPrintf().
Referenced by compressChar(), compressDouble(), compressFloatingPoint(), compressLz4(), compressZlib(), decompressChar(), decompressDouble(), decompressFloatingPoint(), decompressLz4(), and decompressZlib().
compress char is the general algorithm for any data
Definition at line 61 of file compress.C.
References dest, get_clock(), source, and PUP::t.
Referenced by CompressPersistentMsg().
Definition at line 99 of file compress.C.
References get_clock(), src, and PUP::t.
Referenced by CompressPersistentMsg(), and persistentDecompressHandler().
Definition at line 134 of file compress.C.
References assert, dest, get_clock(), size, source, and PUP::t.
Referenced by CompressPersistentMsg().
Definition at line 270 of file compress.C.
References get_clock().
Referenced by persistentDecompressHandler().
Definition at line 430 of file compress.C.
References assert, get_clock(), and PUP::l.
Definition at line 490 of file compress.C.
References get_clock().
struct timeval tv |
Definition at line 22 of file compress.C.
Referenced by OrbLB::quicksort(), OrbLB::setVal(), and OrbLB::sort_partition().