summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/sysinfo.pro
authormickeyl <mickeyl>2004-02-27 16:26:54 (UTC)
committer mickeyl <mickeyl>2004-02-27 16:26:54 (UTC)
commit557424c8b345677038e6e35aae2ada22748af904 (patch) (unidiff)
tree047afc03d6b269e56d30fd1069813d64c8413dca /noncore/settings/sysinfo/sysinfo.pro
parent4075bd88da2eb3f3eec78fe283023231764834b4 (diff)
downloadopie-557424c8b345677038e6e35aae2ada22748af904.zip
opie-557424c8b345677038e6e35aae2ada22748af904.tar.gz
opie-557424c8b345677038e6e35aae2ada22748af904.tar.bz2
This patch adds a benchmark tab to SysInfo!
Available tests & Implementation Status: ------------------------------------------- Integer Arithmetic: done Floating Point: done Text Rendering: done Gfx Rendering: done RAM Performance: in progress SD Performance: not yet done CF Performance: not yet done ------------------------------------------- I will complete this on weekend by adding the last tests and adding a comparison table for known systems :) Have Fun!
Diffstat (limited to 'noncore/settings/sysinfo/sysinfo.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/sysinfo.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro
index 3ba4266..4baae12 100644
--- a/noncore/settings/sysinfo/sysinfo.pro
+++ b/noncore/settings/sysinfo/sysinfo.pro
@@ -6,6 +6,7 @@ HEADERS = memory.h \
6 processinfo.h \ 6 processinfo.h \
7 modulesinfo.h \ 7 modulesinfo.h \
8 detail.h \ 8 detail.h \
9 benchmarkinfo.h \
9 versioninfo.h \ 10 versioninfo.h \
10 sysinfo.h 11 sysinfo.h
11SOURCES = main.cpp \ 12SOURCES = main.cpp \
@@ -16,12 +17,13 @@ SOURCES = main.cpp \
16 processinfo.cpp \ 17 processinfo.cpp \
17 modulesinfo.cpp \ 18 modulesinfo.cpp \
18 detail.cpp \ 19 detail.cpp \
20 benchmarkinfo.cpp fft.c \
19 versioninfo.cpp \ 21 versioninfo.cpp \
20 sysinfo.cpp 22 sysinfo.cpp
21 23
22INCLUDEPATH += $(OPIEDIR)/include 24INCLUDEPATH += $(OPIEDIR)/include
23DEPENDPATH += $(OPIEDIR)/include 25DEPENDPATH += $(OPIEDIR)/include
24LIBS += -lqpe -lopiecore2 -lopieui2 26LIBS += -lqpe -lopiecore2 -lopieui2
25 27
26TARGET = sysinfo 28TARGET = sysinfo
27 29