From f4cb10b3d506af39588d94409f13686f6b9e18da Mon Sep 17 00:00:00 2001 From: Richard Miller Date: Wed, 20 Jul 2011 23:25:08 +0100 Subject: [PATCH] Added a link to the testing profiler article from the data collector article --- cookbook/profiler/data_collector.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/profiler/data_collector.rst b/cookbook/profiler/data_collector.rst index 7059bdfb0af..f2912078584 100644 --- a/cookbook/profiler/data_collector.rst +++ b/cookbook/profiler/data_collector.rst @@ -34,7 +34,7 @@ Creating a custom data collector is as simple as implementing the } The ``getName()`` method must return a unique name. This is used to access the -information later on (see the section about functional tests above for +information later on (see :doc:`/cookbook/testing/profiling` for instance). The ``collect()`` method is responsible for storing the data it wants to give