summaryrefslogtreecommitdiffstats
path: root/src/tsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsc.c')
-rw-r--r--src/tsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsc.c b/src/tsc.c
index 135cd2a..713008c 100644
--- a/src/tsc.c
+++ b/src/tsc.c
@@ -25,7 +25,7 @@
/* Gets the number of clock ticks per second */
double
-sandglass_tsc_resolution()
+sandglass_tsc_freq()
{
static long tsc = 0;
static struct timespec ts = { .tv_sec = 0, .tv_nsec = 10000000L };