Skip to content

Commit

Permalink
update fps.py
Browse files Browse the repository at this point in the history
gb112211 committed Apr 22, 2016
1 parent cd25cab commit fb28066
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/fps.py
Original file line number Diff line number Diff line change
@@ -152,7 +152,6 @@ def write_csv(*list):
os.makedirs(path)
f = open(PATH("%s/fps-%s.csv" %(path, utils.timestamp())), "w")
times = list[0]
print times
fps = list[1]
jankniess = list[2]

0 comments on commit fb28066

Please sign in to comment.