Searched refs:prof (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | cProfile.py | 25 prof = Profile() 29 prof = prof.run(statement) 34 prof.dump_stats(filename) 36 result = prof.print_stats(sort) 45 prof = Profile() 49 prof = prof.runctx(statement, globals, locals) 54 prof.dump_stats(filename) 56 result = prof.print_stats(sort)
|
D | profile.py | 68 prof = Profile() 70 prof = prof.run(statement) 74 prof.dump_stats(filename) 76 return prof.print_stats(sort) 84 prof = Profile() 86 prof = prof.runctx(statement, globals, locals) 91 prof.dump_stats(filename) 93 return prof.print_stats(sort)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_profile.py | 23 prof = cls.profilerclass(timer, 0.001) 25 prof.runctx("testfunc()", globals(), locals()) 29 stats = pstats.Stats(prof, stream=s) 54 prof = self.profilerclass(timer, 0.001) 55 prof.runctx(stmt, globals(), locals()) 56 stats = pstats.Stats(prof, stream=s)
|
D | test_hotshot.py | 141 def start(prof): argument 142 prof.start()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | hotshotmain.py | 23 prof = hotshot.Profile(profile) 26 prof.run("execfile(%r)" % filename) 27 prof.close()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-core.c | 638 START_TIME_XA_PROFILER(prof); in xf_core_service() 686 STOP_TIME_XA_PROFILER(prof); in xf_core_service() 688 if(prof.g_output_bytes) in xf_core_service() 690 unsigned long output_samples = prof.g_output_bytes; in xf_core_service() 691 output_samples >>= (prof.channels == 2 ? 1 : 0); in xf_core_service() 692 output_samples >>= (prof.pcm_width == 24 ? 2 : 1); in xf_core_service() 694 COMPUTE_MHZ_XA_PROFILER(prof, output_samples, prof.sample_rate, 0); in xf_core_service() 696 prof.g_output_bytes = prof.cycles = 0; /* reset counters */ in xf_core_service()
|
D | xf-shmem.c | 261 prof.g_output_bytes += (unsigned long)m->length; in xf_shmem_process_output() 266 INIT_XA_PROFILER(prof,"DSP core"); in xf_shmem_process_output() 270 prof.sample_rate = sm->sample_rate; in xf_shmem_process_output() 271 prof.channels = sm->channels; in xf_shmem_process_output() 272 prof.pcm_width = sm->pcm_width; in xf_shmem_process_output()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/ |
D | xf-main.c | 90 xa_profiler prof; variable 130 INIT_XA_PROFILER(prof,"DSP core"); in xf_core_loop()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xa_profiler.h | 70 extern xa_profiler prof;
|
/device/google/marlin/ |
D | system.prop | 176 sys.games.gt.prof=1
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/ |
D | mcuimage.bin | 727 prof: 0x%x 748 curr prof = %d, target prof = %d 750 acpu init: not find curr prof , eq default val!
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | map_hikey.txt | 1384 0xc011b2c8 prof
|