Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

exaltcodec.cpp File Reference

Definition of ExaltCodec class methods. More...

#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...


Detailed Description

Definition of ExaltCodec class methods.

This file contains the definition of ExaltCodec class methods.

Definition in file exaltcodec.cpp.


Define Documentation

#define SHOW_RUNNING_TIME _t1_,
_t2_   
 

Value:

{                                                                                               \
  OUTPUTENL("  Running time: \t\t\t" << (double)(_t2_ - _t1_) / CLOCKS_PER_SEC << " s");        \
  OUTPUTEENDLINE;                                                                               \
}
Displays total running time of compression/decompression.

Definition at line 37 of file exaltcodec.cpp.

Referenced by ExaltCodec::decode, and ExaltCodec::encode.


Generated on Wed Feb 5 10:43:03 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002