Searched refs:timer_func (Results 1 – 2 of 2) sorted by relevance
66 def emit_benchmark_wrapped_main_func(kernel_func, timer_func): argument93 start = func.CallOp(timer_func, [])98 end = func.CallOp(timer_func, [])
54 timer_func = emit_timer_func()55 wrapped_func = emit_benchmark_wrapped_main_func(kernel_func, timer_func)57 str(timer_func) + str(wrapped_func) + str(kernel_func)