From 791d72e0ee0202c5495baeeb5eaa4232b7160fe5 Mon Sep 17 00:00:00 2001 From: Paul Baltescu Date: Thu, 2 Oct 2014 11:59:05 +0100 Subject: Fix time tracking for suffix array construction. --- extractor/sacompile.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/extractor/sacompile.cc b/extractor/sacompile.cc index 3ee668ce..d80ab64d 100644 --- a/extractor/sacompile.cc +++ b/extractor/sacompile.cc @@ -114,6 +114,7 @@ int main(int argc, char** argv) { stop_write = Clock::now(); write_duration += GetDuration(start_write, stop_write); + stop_time = Clock::now(); cerr << "Constructing suffix array took " << GetDuration(start_time, stop_time) << " seconds" << endl; -- cgit v1.2.3