diff --git a/Profiling_tools/include/CGAL/Profile_counter.h b/Profiling_tools/include/CGAL/Profile_counter.h index 2e3518f6ea6..1bc021533bb 100644 --- a/Profiling_tools/include/CGAL/Profile_counter.h +++ b/Profiling_tools/include/CGAL/Profile_counter.h @@ -40,6 +40,10 @@ // TODO : // - Really complete the documentation! // - Probably at some point we will need ways to selectively enable/disable profilers? +// (kind-wise and/or place-wise) +// - Ideas for new kinds of profilers: +// - lock counters in parallel mode +// (e.g. time spent spinning, and/or number of locks taken or forbidden...) #include #include