Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/dsppp/
Drun_all.py53 def is_error(res,test_name,err): argument
56 all_errors.append(test_name)
57 print(test_name,file=err)
246 def configure_and_build_test(test_name,test,err,subtest,first): argument
257 if not is_error(res,test_name,err):
263 def process_allocator_data(test_name,test,msg,subtest): argument
278 with open(os.path.join("allocation",test_name)+".h","w") as h:
285 with open(os.path.join("allocation",test_name)+".cpp","w") as h:
291 def process_bench(test_name,test,msg,subtest): argument
294 test_name = args.p +"_" + args.c + "_" + test_name
[all …]
Dprocess.py33 test_name = l.strip("\n") variable
35 stats[test_name]=[]
43 test_name = l.strip("\n") variable
44 stats[test_name]=[]
59 stats[test_name].append({"dim":dimensions,"cpp":cpp})
65 stats[test_name].append({"dim":dimensions,"cpp":cpp,"c":c})
68 stats[test_name].append({"dim":dimensions,"cpp":cpp})