mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
reset memory stats between runs
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -81,6 +81,7 @@ class Processed:
|
||||
self.all_seeds = all_seeds or p.all_seeds or [self.seed]
|
||||
self.all_subseeds = all_subseeds or p.all_subseeds or [self.subseed]
|
||||
self.infotexts = infotexts or [self.info]
|
||||
memstats.reset_stats()
|
||||
|
||||
def js(self):
|
||||
obj = {
|
||||
|
||||
Reference in New Issue
Block a user