summaryrefslogtreecommitdiffstats
path: root/utils/benchmark.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
|
* Removed duplicated Doxygen documentationDavid Sommerseth2009-09-221-9/+0
|
* Fixed and cleaned up Doxygen commentsDavid Sommerseth2009-09-221-9/+60
|
* Fix some valgrind warnings. Two timeval structs where not initialised ↵David Sommerseth2009-09-151-1/+3
| | | | before being used
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-1/+1
|
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-071-4/+3
| | | | This also improves debugging as well, if debug logging is enabled and log level is >= 40.
* Rewritten common/passwd.c and utils/benchmark.cDavid Sommerseth2009-04-101-1/+48
| | | | Make them work without the need of defining BENCHMARK during compilation
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
|
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-1/+2
| | | | | Made sure we only include needed include files and checked that the copyright headers are equal and correct
* Fixed a memory leak in benchmark.cDavid Sommerseth2009-03-221-1/+4
|
* Added benchmarking to suggest minimum and maximum rounds for hashesDavid Sommerseth2009-03-221-0/+115