Functions to compare execution times of different algorithms.
Speed Test | Functions to compare execution times of different algorithms. |
Copyright | This program is free software. |
Files | |
C-kern/ | Interface header of Speed Test. |
C-kern/ | Implements run_linuxsplice_speedtest from Speed Test. |
Functions | |
run_linuxsplice_speedtest | Compares runtime of simple threaded TCP server write/client read versus server splice/client splice. |
run_madvise_speedtest | Compares speed between reading with mmap and reading with mmap + madvise. |
This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
© 2010 Jörg Seebohn
Interface header of Speed Test.
Implements run_linuxsplice_speedtest from Speed Test.
Compares runtime of simple threaded TCP server write/client read versus server splice/client splice.
int run_linuxsplice_speedtest( int argc, const char ** argv )
Compares speed between reading with mmap and reading with mmap + madvise.
int run_madvise_speedtest( int argc, const char ** argv )