From ae09ef174bfeafeb80734343a4d6085e1f4bc176 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 5 Jun 2018 16:16:59 +0100 Subject: [PATCH] doc/method_map_template: Update to refer to signal dispatch diagram --- doc/source/instrument_method_map.template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/instrument_method_map.template b/doc/source/instrument_method_map.template index 85591d85..28050b74 100644 --- a/doc/source/instrument_method_map.template +++ b/doc/source/instrument_method_map.template @@ -6,7 +6,9 @@ Instrumentation Signal-Method Mapping Instrument methods get automatically hooked up to signals based on their names. Mostly, the method name corresponds to the name of the signal, however there are a few convenience aliases defined (listed first) to make easier to relate -instrumentation code to the workload execution model. +instrumentation code to the workload execution model. For an overview on when +these signals are dispatched during execution please see +:ref:`here `. $signal_names