diff options
author | austriancoder <austriancoder> | 2004-09-13 16:23:16 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-09-13 16:23:16 +0000 |
commit | 05bc5bd2466f42a18fe467ee611f0a2e42bade39 (patch) | |
tree | c330021f2c5bc1b9d15c8d8dd8b13a6fa7ed29a5 /dxr3memcpy.h | |
parent | 433938312aba894f3487064387a59336f0e76acc (diff) | |
download | vdr-plugin-dxr3-05bc5bd2466f42a18fe467ee611f0a2e42bade39.tar.gz vdr-plugin-dxr3-05bc5bd2466f42a18fe467ee611f0a2e42bade39.tar.bz2 |
added and converted comments into a doxygen friendly format
Diffstat (limited to 'dxr3memcpy.h')
-rw-r--r-- | dxr3memcpy.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dxr3memcpy.h b/dxr3memcpy.h index b0f8c14..6308532 100644 --- a/dxr3memcpy.h +++ b/dxr3memcpy.h @@ -54,7 +54,9 @@ #include "dxr3vdrincludes.h" // ================================== -// size of buffer for benchmark +/*! \def BUFSIZE + \brief size of buffers for benchmark :) +*/ #define BUFSIZE 1024*1024 enum { @@ -76,7 +78,11 @@ struct memcpy_routine }; // ================================== -// little class to to a nice benchmark +//! little class to to a nice benchmark +/* + Whith this class we can get the fastest memcyp + methode for target computer. +*/ class cDxr3MemcpyBench { public: |