mirror of https://github.com/CGAL/cgal
20 lines
595 B
TeX
20 lines
595 B
TeX
% +------------------------------------------------------------------------+
|
|
% | CGAL Reference Manual: Timer intro
|
|
% +------------------------------------------------------------------------+
|
|
|
|
\ccRefChapter{Benchmark Support Tools}
|
|
\ccChapterAuthor{Lutz Kettner \and Sylvain Pion}
|
|
|
|
|
|
This chapter decribes classes for measuring user process time and real time
|
|
as well as the memory size. It also provides a profile counter tool.
|
|
|
|
|
|
\section{Classified Reference Pages}
|
|
|
|
\subsection*{Classes}
|
|
\ccc{CGAL::Timer}\\
|
|
\ccc{CGAL::Real_timer}\\
|
|
\ccc{CGAL::Memory_sizer}\\
|
|
\ccc{CGAL::Profile_counter}\\
|