Measure CPU used by the sample processing thread.

This commit is contained in:
Oliver Jowett 2014-09-29 23:04:58 +01:00
parent 4732ad3498
commit 7a0ca85a90
4 changed files with 28 additions and 1 deletions

View file

@ -11,7 +11,7 @@ EXTRACFLAGS=-DHTMLPATH=\"$(SHAREDIR)\"
endif
CFLAGS=-O2 -g -Wall -W `pkg-config --cflags librtlsdr`
LIBS=`pkg-config --libs librtlsdr` -lpthread -lm
LIBS=`pkg-config --libs librtlsdr` -lpthread -lm -lrt
CC=gcc