summaryrefslogtreecommitdiffstats
path: root/src/htags.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-06-03 09:24:48 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-06-03 09:24:48 (GMT)
commit6d2875bda7b5416f2e8c72ec8677b7164de86187 (patch)
tree060dc6ccdb347682a1d4b73ab3098d95599532f2 /src/htags.cpp
parent0fb3f32dfd7ac31a2677d76647700cd3fb730ef6 (diff)
downloadDoxygen-6d2875bda7b5416f2e8c72ec8677b7164de86187.zip
Doxygen-6d2875bda7b5416f2e8c72ec8677b7164de86187.tar.gz
Doxygen-6d2875bda7b5416f2e8c72ec8677b7164de86187.tar.bz2
Release-1.6.3-20100603
Diffstat (limited to 'src/htags.cpp')
-rw-r--r--src/htags.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htags.cpp b/src/htags.cpp
index 7458f0c..9f45163 100644
--- a/src/htags.cpp
+++ b/src/htags.cpp
@@ -90,7 +90,9 @@ bool Htags::execute(const QCString &htmldir)
QCString oldDir = convertToQCString(QDir::currentDirPath());
QDir::setCurrent(g_inputDir.absPath());
//printf("CommandLine=[%s]\n",commandLine.data());
+ portable_sysTimerStart();
bool result=portable_system("htags",commandLine,FALSE)==0;
+ portable_sysTimerStop();
QDir::setCurrent(oldDir);
return result;
}