summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-03-11 17:54:11 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-03-11 17:54:11 +0000
commite340b423bd858a5bb14604f84089196a2f28e4a0 (patch)
tree1dd7fc6a02f112f53d93c9485207f51254185509 /searchcore
parent95904fdc0ed0aba6fc4878c2ac05517d449b698a (diff)
Do not add duration per thread.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/match_thread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/match_thread.cpp b/searchcore/src/vespa/searchcore/proton/matching/match_thread.cpp
index aec927390d5..e91ca65a7e6 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/match_thread.cpp
+++ b/searchcore/src/vespa/searchcore/proton/matching/match_thread.cpp
@@ -445,7 +445,6 @@ MatchThread::run()
trace->addEvent(4, "Start thread merge");
mergeDirector.dualMerge(thread_id, *resultContext->result, resultContext->groupingSource);
trace->addEvent(4, "MatchThread::run Done");
- trace->done();
}
}