Searched refs:profile_function (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/functorch/benchmarks/ |
H A D | cse.py | 24 def profile_function(name, f, inp): function 52 profile_function("f1", f1, inp) 63 profile_function("fsum", fsum, inp) 72 profile_function("fconcat", fconcat, inp) 82 profile_function("fsum2", fsum2, inp) 93 profile_function("fsummulti", fsummulti, inp) 104 profile_function("fsummulti2", fsummulti2, inp) 114 profile_function("fcos", fcos, inp) 124 profile_function("fcos2", fcos2, inp)
|
/aosp_15_r20/system/extras/simpleperf/scripts/ |
H A D | pprof_proto_generator.py | 668 profile_function = self.profile.function.add() 669 profile_function.id = function.id 670 profile_function.name = function.name_id 671 profile_function.system_name = function.name_id 672 profile_function.filename = function.source_filename_id 673 profile_function.start_line = function.start_line
|