X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=metrics.c;fp=metrics.c;h=eede09b3729886fcdff33780b416b832130e0c51;hp=0409c9e2cde0b9030903cc72f6e140ee566bd1af;hb=40729d306204edbc29675e78b5641efe19566dd7;hpb=e158c5bc10001bb9c6bd8c5e6e2ace6ac0f328c3 diff --git a/metrics.c b/metrics.c index 0409c9e..eede09b 100644 --- a/metrics.c +++ b/metrics.c @@ -909,7 +909,7 @@ metrics_end_frame (void) monitor = ctx->monitor_head; } - if (frames % 60 == 0) { + if (frames % 15 == 0) { double fps; fps = (double) frames / (tv_now.tv_sec - tv_start.tv_sec +