Skip to content

Commit

Permalink
Delete test code
Browse files Browse the repository at this point in the history
  • Loading branch information
YueChen-C committed Nov 11, 2021
1 parent 51f4683 commit f568a4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ios_device/util/gpu_decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ def ex_js(self,trace_data:TraceData):
counter_list = self.get_counter_list(trace_data)
js_val_list = self.counter_to_js(counter_list)
counter_result = self.ctx.call('EvaluateGPUCounter', len(counter_list), js_val_list)
print(len(counter_list))
with open('test.log','w') as e:
e.write(f'{js_val_list}')

return counter_result,counter_list

def dump_trace(self,trace_data):
Expand Down

0 comments on commit f568a4c

Please sign in to comment.