aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/benchmark.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-11-01 09:57:15 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-11-01 09:57:15 -0300
commitb0b5ac94457ada220fe7fa0664346ef77da241d9 (patch)
tree4ebc8dc5dba6d922f6a402ee06461bd48deb9606 /hardinfo2/benchmark.c
parent26bfbc6e7310f76b8fca6fee2957a74e7fd1feae (diff)
Add GCC version information
Diffstat (limited to 'hardinfo2/benchmark.c')
-rw-r--r--hardinfo2/benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c
index 746ec12d..cd7b268d 100644
--- a/hardinfo2/benchmark.c
+++ b/hardinfo2/benchmark.c
@@ -135,7 +135,7 @@ gdouble benchmark_parallel_for(guint start, guint end,
g_slist_free(threads);
g_timer_destroy(timer);
- DEBUG("finishing; all threads took %d seconds to finish", elapsed_time);
+ DEBUG("finishing; all threads took %f seconds to finish", elapsed_time);
return elapsed_time;
}