Commit ff6fe66ac60b18a88b16625d4fa651edeb702768
1 parent
81f536f9
Moved Globals->startTime from ProgressCounter to Core::enroll
Showing
2 changed files
with
2 additions
and
1 deletions
openbr/core/core.cpp
| ... | ... | @@ -178,6 +178,8 @@ struct AlgorithmCore |
| 178 | 178 | // and get the final stream's stages by reinterpreting the pipe. Perfectly straightforward. |
| 179 | 179 | wrapper->init(); |
| 180 | 180 | |
| 181 | + Globals->startTime.start(); | |
| 182 | + | |
| 181 | 183 | wrapper->projectUpdate(data,data); |
| 182 | 184 | |
| 183 | 185 | files.append(data.files()); | ... | ... |