From d138cac2954d1c9fa2547608f9f340ee5f6fb3ec Mon Sep 17 00:00:00 2001 From: graehl Date: Wed, 30 Jun 2010 23:35:49 +0000 Subject: timer for just forest rescoring git-svn-id: https://ws10smt.googlecode.com/svn/trunk@84 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/cdec.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/decoder/cdec.cc b/decoder/cdec.cc index 2353cab3..5d0ac8b2 100644 --- a/decoder/cdec.cc +++ b/decoder/cdec.cc @@ -417,6 +417,7 @@ int main(int argc, char** argv) { bool has_late_models = !late_models.empty(); if (has_late_models) { + Timer t("Forest rescoring:"); forest.Reweight(feature_weights); forest.SortInEdgesByEdgeWeights(); Hypergraph lm_forest; -- cgit v1.2.3