fix directory and change creation variable name

This commit is contained in:
Andreas Fabri 2008-11-07 07:59:40 +00:00
parent 369a3d3ba9
commit 992223616d
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
\ccDefinition
\ccInclude{CGAL/Profile_counter.h}
\ccCreationVariable{t}
\ccCreationVariable{pc}
The class \ccRefName\ provides a way to count the number of times a given
line of code is executed during the execution of a program, and print this
@ -43,7 +43,7 @@ to \ccc{std::cerr} together with the string.}
to an empty statement. Otherwise, it is defined to \ccc{static
CGAL::Profile_counter tmp(MSG); ++tmp;}.}
\ccIncludeExampleCode{Timer/Profile_counter.cpp}
\ccIncludeExampleCode{Profiling_tools/Profile_counter.cpp}
will print at exit: