mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 02:12:04 +02:00
Clear statistics when node has finished computing
This commit is contained in:
parent
73f667d226
commit
54ff012a04
1 changed files with 1 additions and 0 deletions
|
@ -285,6 +285,7 @@ class NodeChunk(BaseObject):
|
|||
# ask and wait for the stats thread to stop
|
||||
self.statThread.stopRequest()
|
||||
self.statThread.join()
|
||||
self.statistics = stats.Statistics()
|
||||
del runningProcesses[self.name]
|
||||
|
||||
self.upgradeStatusTo(Status.SUCCESS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue