source: trunk/MagicSoft/TDAS-Extractor/Speed.tex@ 9158

Last change on this file since 9158 was 6745, checked in by gaug, 20 years ago
*** empty log message ***
File size: 3.2 KB
Line 
1\section{CPU Requirements \label{sec:speed}}
2
3We tested the speed of the extractors by running them on an Intel\ Pentium\ IV,
42.4\,GHz~CPU machine at IFAE and measured
5the number of executed events per seconds. This was done using the CPU-time measure features which incorporates each task in MARS.
6\par
7The results could easily differ by about 20\% from one try to another (using the
8same extractor), but in general,
9the differences between the extractors are much bigger than the intrinsic fluctuation.
10Table~\ref{tab:cpu} shows the obtained results. The numbers in this list have to be compared to the
11I/O speed of about 400~evts/sec. of the {\textit{\bf MRead}}-task which performs the reading
12(and de-compression) of the merpped root-files in MARS. Thus, for time being, every extractor being faster
13than this reference number does not limit the total event reconstruction speed. Only the integrating spline
14extractors lie below this limit and would need to be optimized further.
15
16\begin{table}[htp]
17\centering
18\begin{tabular}{|c|c|c|c|}
19\hline
20\hline
21\multicolumn{4}{|c|}{\large Measured Extraction Speed} \rule{0mm}{6mm} \rule[-2mm]{0mm}{6mm} \hspace{-3mm}\\
22\hline
23\hline
24Nr. & Name & Events/sec. & comments\\
25 & & (CPU) & \\
26\hline
27\hline
281 & Fixed Win. (4,4) & 3500--4500 & no time \\
292 & Fixed Win. (4,6) & 3500--4500 & no time \\
303 & Fixed Win. (6.6) & 3200--4000 & no time \\
314 & Fixed Win. (8,8) & 3200--4000 & no time \\
325 & Fixed W. (14,10) & 2700--3300 & no time \\
33\hline
346 & Fix. Win. Spline (4,4) & 1700--2200 & no time \\
357 & Fix. Win. Spline (4,6) & 1700--2200 & no time \\
368 & Fix. Win. Spline (6.6) & 1700--2100 & no time \\
379 & Fix. Win. Spline (8,8) & 1300--1800 & no time \\
3810 & Fix. Win. Spl. (14,10) & 600--1200 & no time \\
39\hline
4011 & Fix. Win. Peak S. (2,2) & 2300--2900 & no time \\
4112 & Fix. Win. Peak S. (4,4) & 2300--2900 & no time \\
4213 & Fix. Win. Peak S. (4.6) & 2300--2900 & no time \\
4314 & Fix. Win. Peak S. (6,6) & 2300--2900 & no time \\
4415 & Fix. Win. Peak S. (8,8) & 2200--2800 & no time \\
4516 & Fix. Win. Pk S. (14,10) & 2000--2500 & no time \\
46\hline
4717 & Slid. Win. (2,2) & 400--700 & \\
4818 & Slid. Win. (4,4) & 500--800 & \\
4919 & Slid. Win. (4.6) & 500--800 & \\
5020 & Slid. Win. (6,6) & 1000--1300 & \\
5121 & Slid. Win. (8,8) & 1100--1400 & \\
5222 & Slid. W. (14,10) & 1000--1800 & \\
53\hline
5423 & Spline Amplitude & 700--1000 & \\
5524 & Spline Int. (1,1.5)& 300--500 & \\
5625 & Spline Int. (2,3) & 200--400 & \\
5726 & Spline Int. (4,6) & 150--200 & to be optimized \\
5827 & Spline Int. (6,9) & 80--120 & to be optimized \\
59\hline
6028 & Dig. Filt. (6,6) & 700--900 & \\
6129 & Dig. Filt. (4,4) & 700--900 & \\
6234 & Dig. Filt. Pk S. & 500--600 & \\
63\hline
64\hline
65\end{tabular}
66\caption{The extraction speed measured for every extractor.}
67\label{tab:cpu}
68\end{table}
69
70
71%%% Local Variables:
72%%% mode: latex
73%%% TeX-master: "MAGIC_signal_reco"
74%%% End:
Note: See TracBrowser for help on using the repository browser.