- Aug 15, 2015
-
-
Nicolas Léveillé authored
-
Nicolas Léveillé authored
We now have a `stopwatch` to measure time between two moments.
-
- Aug 02, 2015
-
-
Meredith L. Patterson authored
-
- Jan 05, 2015
-
-
Steven Dee authored
-
- Dec 07, 2014
-
-
Steven Dee authored
It's causing unreferenced-variable warnings, and isn't referenced anywhere aside from benchmark.c. If client code is likely to reference it, perhaps move it into another header, so people who include hammer.h don't have to refer to it to have warning-free code.
-
- Apr 20, 2014
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- Apr 13, 2014
-
-
TQ Hirsch authored
CLOCK_THREAD_CPUTIME_ID is a linux-specific timer. On NetBSD, the best way to get timer information appears to be getrusage, which happens to be fairly cross-platform.
-
- Nov 15, 2013
-
-
Peter Johnson authored
effects throughout, including use of inttypes.h/PRI[ud]64 because printf() is still stuck in a long world, conversion of %lu to %zu for printing values of type size_t, and changing/renaming the g_check_cmp* family of functions.
-
- Oct 18, 2013
-
-
Meredith L. Patterson authored
-
- May 12, 2013
-
-
Sven M. Hallberg authored
-
- May 11, 2013
-
-
Sven M. Hallberg authored
This reverts commit d81d820d.
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- May 08, 2013
-
-
Sven M. Hallberg authored
-
- Apr 27, 2013
-
-
Dan Hirsch authored
-
- Apr 17, 2013
-
-
Sven M. Hallberg authored
-
- Nov 09, 2012
-
-
Meredith L. Patterson authored
-
- Nov 08, 2012
-
-
Meredith L. Patterson authored
Benchmark is actually broken right now, for mysterious double-free related reasons. I will dig into this tomorrow.
-
- Nov 06, 2012
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- Nov 02, 2012
-
-
Dan Hirsch authored
-