Home
last modified time | relevance | path

Searched refs:prof (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DcProfile.py25 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)
Dprofile.py68 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/
Dtest_profile.py23 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)
Dtest_hotshot.py141 def start(prof): argument
142 prof.start()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dhotshotmain.py23 prof = hotshot.Profile(profile)
26 prof.run("execfile(%r)" % filename)
27 prof.close()
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c638 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()
Dxf-shmem.c261 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/
Dxf-main.c90 xa_profiler prof; variable
130 INIT_XA_PROFILER(prof,"DSP core"); in xf_core_loop()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxa_profiler.h70 extern xa_profiler prof;
/device/google/marlin/
Dsystem.prop176 sys.games.gt.prof=1
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/
Dmcuimage.bin727 ����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/
Dmap_hikey.txt1384 0xc011b2c8 prof