added 'log_scope' metric around rendering a help topic

This commit is contained in:
Dave White 2005-05-14 20:13:21 +00:00
parent fabe6f6e1e
commit 3e204656a8

View File

@ -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) {