summaryrefslogtreecommitdiffstats
path: root/src/htags.cpp
diff options
context:
space:
mode:
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;
}