add a todo-item

This commit is contained in:
Sylvain Pion 2008-12-07 14:58:18 +00:00
parent da4ab6f50a
commit 2bd1466b60
1 changed files with 4 additions and 0 deletions

View File

@ -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 <CGAL/config.h>
#include <iostream>