Log if a game crashes
Jeffrey Pfau jeffrey@endrift.com
Fri, 10 Oct 2014 22:54:04 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
tools/perf.py
→
tools/perf.py
@@ -41,6 +41,7 @@ except:
proc.kill() raise if proc.returncode < 0: + print('Game crashed!', file=sys.stderr) return reader = csv.DictReader(proc.stdout) self.results = next(reader)