From 3e204656a89ef5719cad9998a1dc69ff6a54cc65 Mon Sep 17 00:00:00 2001 From: Dave White Date: Sat, 14 May 2005 20:13:21 +0000 Subject: [PATCH] added 'log_scope' metric around rendering a help topic --- src/help.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/help.cpp b/src/help.cpp index c91215ece06..c7a12354e32 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -2335,6 +2335,7 @@ void help_browser::show_topic(const std::string &topic_id) void help_browser::show_topic(const topic &t, bool save_in_history) { + log_scope("show_topic"); if (save_in_history) { forward_topics_.clear(); if (shown_topic_ != NULL) {