1 | \section{CPU Requirements}
|
---|
2 |
|
---|
3 | We tested the speed of the extractors by running them on a Intel\ Pentium\ 4 CPU,
|
---|
4 | 2.4\,GHz machine at Barcelona and measured
|
---|
5 | the number of events executed per seconds. The results differed by about 20\% from one try to another (on the
|
---|
6 | same extractor), but in general, the differences between the extractors are much bigger than the intrinsic fluctuation.
|
---|
7 | Table~\ref{tab:cpu} shows the obtained results.
|
---|
8 |
|
---|
9 | \begin{table}[htp]
|
---|
10 | \centering
|
---|
11 | \small{
|
---|
12 | \begin{tabular}{|c|c|c|c|}
|
---|
13 | \hline
|
---|
14 | \hline
|
---|
15 | \multicolumn{4}{|c|}{\large Tested CPU Time} \rule{0mm}{6mm} \rule[-2mm]{0mm}{6mm} \hspace{-3mm}\\
|
---|
16 | \hline
|
---|
17 | \hline
|
---|
18 | Nr. & Name & Events/sec. & comments\\
|
---|
19 | & & (CPU) & \\
|
---|
20 | \hline
|
---|
21 | \hline
|
---|
22 | 1 & Fixed Win. (4,4) & 3500--4500 & \\
|
---|
23 | 2 & Fixed Win. (4,6) & 3500--4500 & \\
|
---|
24 | 3 & Fixed Win. (6.6) & 3200--4000 & \\
|
---|
25 | 4 & Fixed Win. (8,8) & 3200--4000 & \\
|
---|
26 | 5 & Fixed W. (14,10) & 2700--3300 & \\
|
---|
27 | \hline
|
---|
28 | 6 & Fix. Win. Spline (4,4) & 1700--2200 & \\
|
---|
29 | 7 & Fix. Win. Spline (4,6) & 1700--2200 & \\
|
---|
30 | 8 & Fix. Win. Spline (6.6) & 1700--2100 & \\
|
---|
31 | 9 & Fix. Win. Spline (8,8) & 1300--1800 & \\
|
---|
32 | 10 & Fix. Win. Spl. (14,10) & 600--1200 & \\
|
---|
33 | \hline
|
---|
34 | 11 & Fix. Win. Peak S. (2,2) & 2300--2900 & \\
|
---|
35 | 12 & Fix. Win. Peak S. (4,4) & 2300--2900 & \\
|
---|
36 | 13 & Fix. Win. Peak S. (4.6) & 2300--2900 & \\
|
---|
37 | 14 & Fix. Win. Peak S. (6,6) & 2300--2900 & \\
|
---|
38 | 15 & Fix. Win. Peak S. (8,8) & 2200--2800 & \\
|
---|
39 | 16 & Fix. Win. Pk S. (14,10) & 2000--2500 & \\
|
---|
40 | \hline
|
---|
41 | 17 & Slid. Win. (2,2) & 400--700 & \\
|
---|
42 | 18 & Slid. Win. (4,4) & 500--800 & \\
|
---|
43 | 19 & Slid. Win. (4.6) & 500--800 & \\
|
---|
44 | 20 & Slid. Win. (6,6) & 1000--1300 & \\
|
---|
45 | 21 & Slid. Win. (8,8) & 1100--1400 & \\
|
---|
46 | 22 & Slid. W. (14,10) & 1000--1800 & \\
|
---|
47 | \hline
|
---|
48 | 23 & Spline Amplitude & 700--1000 & \\
|
---|
49 | 24 & Splne Int. (1,1.5)& 300--500 & \\
|
---|
50 | 25 & Spline Int. (2,3) & 200--400 & \\
|
---|
51 | 26 & Spline Int. (4,6) & 150--200 & \\
|
---|
52 | 27 & Spline Int. (6,9) & 80--120 & \\
|
---|
53 | \hline
|
---|
54 | 28 & Dig. Filt. (6,6) & 700--900 & \\
|
---|
55 | 29 & Dig. Filt. (4,4) & 700--900 & \\
|
---|
56 | 34 & Dig. Filt. Pk S. & 500--600 & \\
|
---|
57 | \hline
|
---|
58 | \hline
|
---|
59 | \end{tabular}
|
---|
60 | }
|
---|
61 | \caption{The speed of every extractor.}
|
---|
62 | \label{tab:cpu}
|
---|
63 | \end{table}
|
---|
64 |
|
---|