mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-10 23:01:59 +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
|
# ask and wait for the stats thread to stop
|
||||||
self.statThread.stopRequest()
|
self.statThread.stopRequest()
|
||||||
self.statThread.join()
|
self.statThread.join()
|
||||||
|
self.statistics = stats.Statistics()
|
||||||
del runningProcesses[self.name]
|
del runningProcesses[self.name]
|
||||||
|
|
||||||
self.upgradeStatusTo(Status.SUCCESS)
|
self.upgradeStatusTo(Status.SUCCESS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue