#include "exaltcodec.h"
Go to the source code of this file.
Defines | |
| #define | SHOW_RUNNING_TIME(_t1_, _t2_) |
| Displays total running time of compression/decompression. More... | |
This file contains the definition of ExaltCodec class methods.
Definition in file exaltcodec.cpp.
|
|
Value: { \
OUTPUTENL(" Running time: \t\t\t" << (double)(_t2_ - _t1_) / CLOCKS_PER_SEC << " s"); \
OUTPUTEENDLINE; \
}
Definition at line 37 of file exaltcodec.cpp. Referenced by ExaltCodec::decode, and ExaltCodec::encode. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002