CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <[EMAIL PROTECTED]> 05/05/14 20:13:22
Modified files:
src : help.cpp
Log message:
added 'log_scope' metric around rendering a help topic
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.97&tr2=1.98&r1=text&r2=text
Patches:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.97 wesnoth/src/help.cpp:1.98
--- wesnoth/src/help.cpp:1.97 Sat May 14 19:18:31 2005
+++ wesnoth/src/help.cpp Sat May 14 20:13:21 2005
@@ -2334,7 +2334,8 @@
}
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) {