From 6b151ef5dc19bef14d8503ec3bd69609ebd60d58 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 10 Nov 2016 08:48:44 +0100 Subject: [PATCH] more iterations so that we see the dots in the testsuite --- Profiling_tools/examples/Profiling_tools/Profile_counter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Profiling_tools/examples/Profiling_tools/Profile_counter.cpp b/Profiling_tools/examples/Profiling_tools/Profile_counter.cpp index 4d79015c3b8..c52d5df6aaf 100644 --- a/Profiling_tools/examples/Profiling_tools/Profile_counter.cpp +++ b/Profiling_tools/examples/Profiling_tools/Profile_counter.cpp @@ -4,7 +4,7 @@ int main() { - for (int i=0; i<10; ++i) + for (int i=0; i<10000; ++i) { CGAL_PROFILER("iterations of the for-loop"); }