summaryrefslogtreecommitdiff
path: root/extractor/sacompile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'extractor/sacompile.cc')
-rw-r--r--extractor/sacompile.cc1
1 files changed, 1 insertions, 0 deletions
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;