HomeSort by relevance Sort by last modified time
    Searched refs:reportfile (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/profilers/oprofile/
oprofile.py 137 reportfile = test.profdir + '/oprofile.kernel'
143 utils.system(report + ' > ' + reportfile)
147 utils.system("echo 'no vmlinux found.' > %s" % reportfile)
150 reportfile = test.profdir + '/oprofile.user'
152 utils.system(self.opreport + ' --long-filenames ' + ' >> ' + reportfile)
  /external/autotest/client/profilers/perf/
perf.py 57 reportfile = os.path.join(test.profdir, '%s.comm' % key)
61 outfile = open(reportfile, 'w')
  /external/ltp/testcases/kernel/power_management/lib/
pm_sched_mc.py 460 reportfile = open('/procstat/cpu-utilisation', 'a')
484 print >> reportfile, cpu_labels[i], '\t',
485 print >> reportfile
487 print >> reportfile, l, '\t',
489 print >> reportfile, " %3.4f" % stats_percentage[l][i],
490 print >> reportfile
514 print >> reportfile, "Package: ", pkg, "Idle %3.4f%%" \
525 print >> reportfile
526 reportfile.close()
539 reportfile = open('/procstat/cpu-loc_interrupts', 'a'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 819 reportfile = self.values['-f']
913 if reportfile:
915 (reportfile, rounds, warp)
919 bench = Benchmark(reportfile,
946 if reportfile:
948 f = open(reportfile,'wb')
949 bench.name = reportfile
953 print '* Error opening/writing reportfile'
955 print '* Error opening/writing reportfile %s: %s' % (
956 reportfile,
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 819 reportfile = self.values['-f']
913 if reportfile:
915 (reportfile, rounds, warp)
919 bench = Benchmark(reportfile,
946 if reportfile:
948 f = open(reportfile,'wb')
949 bench.name = reportfile
953 print '* Error opening/writing reportfile'
955 print '* Error opening/writing reportfile %s: %s' % (
956 reportfile,
    [all...]
  /external/python/cpython3/Tools/pybench/
pybench.py 823 reportfile = self.values['-f']
928 if reportfile:
930 (reportfile, rounds, warp))
934 bench = Benchmark(reportfile,
961 if reportfile:
963 f = open(reportfile,'wb')
964 bench.name = reportfile
968 print('* Error opening/writing reportfile %s: %s' % (
969 reportfile,
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 221 milliseconds