/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | counter.cc | 20 double Finish(Counter const& c, double cpu_time, double num_threads) { in Finish() argument 23 v /= cpu_time; in Finish() 31 void Finish(UserCounters *l, double cpu_time, double num_threads) { in Finish() argument 33 c.second.value = Finish(c.second, cpu_time, num_threads); in Finish()
|
H A D | console_reporter.cc | 131 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData() local 136 cpu_time, big_o.c_str()); in PrintRunData() 139 cpu_time * 100); in PrintRunData() 143 cpu_time, timeLabel); in PrintRunData()
|
H A D | complexity.cc | 162 std::vector<double> cpu_time; in ComputeBigO() local 169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO() 176 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO() 179 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity); in ComputeBigO()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | counter.cc | 20 double Finish(Counter const& c, int64_t iterations, double cpu_time, in Finish() argument 24 v /= cpu_time; in Finish() 38 void Finish(UserCounters* l, int64_t iterations, double cpu_time, double num_threads) { in Finish() argument 40 c.second.value = Finish(c.second, iterations, cpu_time, num_threads); in Finish()
|
H A D | console_reporter.cc | 134 const double cpu_time = result.GetAdjustedCPUTime(); in PrintRunData() local 136 const std::string cpu_time_str = FormatTime(cpu_time); in PrintRunData() 142 cpu_time, big_o.c_str()); in PrintRunData() 145 cpu_time * 100, "%"); in PrintRunData()
|
H A D | complexity.cc | 165 std::vector<double> cpu_time; in ComputeBigO() local 172 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO() 179 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO() 182 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity); in ComputeBigO()
|
/netbsd-src/external/bsd/top/dist/machine/ |
H A D | m_aix43.c | 448 long cpu_time; in format_next_process() local 462 cpu_time = PROCTIME(pi); in format_next_process() 484 format_time(cpu_time), /* time used */ in format_next_process()
|
H A D | m_aix5.c | 542 long cpu_time; local 555 cpu_time = PROCTIME(pi); 577 format_time(cpu_time), /* time used */
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/Misc/ |
H A D | zkill | 254 if opts.minTime <= p.cpu_time <= opts.maxTime] 266 … (p.pid, signalValueName, p.user, p.executable, p.cpu_percent, p.cpu_time, p.vmem_size, p.rss))
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
H A D | domctl.h | 112 uint64_aligned_t cpu_time; member 255 uint64_aligned_t cpu_time; /* total cpu time consumed (ns) */ member
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2003 | 368 * cpu_time.c: Make sure we have a definition of HZ. Don't 375 * makefile.am: Add intrinsics/cpu_time.c. 377 * intrinsics/cpu_time.c: New file.
|
H A D | ChangeLog-2004 | 76 intrinsics/cpu_time.c, intrinsics/cshift0.c, 771 * cpu_time.c (second_sub, second): New functions.
|
H A D | ChangeLog-2007 | 27 * intrinsics/cpu_time.c: Moved code commonly usable for CPU_TIME, 471 * intrinsics/cpu_time.c: Likewise. 1685 * intrinsics/cpu_time.c: Don't include headers already included
|
H A D | ChangeLog-2011 | 22 * intrinsics/cpu_time.c (__cpu_time_1): Don't force inlining. 1360 * intrinsics/cpu_time.c (__cpu_time_1): Update to call gf_cputime.
|
H A D | ChangeLog-2006 | 540 * intrinsics/cpu_time.c: Fixed a typo. 691 * intrinsics/cpu_time.c: Add cpu_time_10 and cpu_time_16 routines.
|
H A D | Makefile.am | 165 intrinsics/cpu_time.c \
|
H A D | ChangeLog-2010 | 715 * intrinsics/cpu_time.c (cpu_time_4, cpu_time_8, cpu_time_10,
|
H A D | Makefile.in | 119 @LIBGFOR_MINIMAL_FALSE@intrinsics/cpu_time.c \ 421 @LIBGFOR_MINIMAL_FALSE@ chdir.lo chmod.lo clock.lo cpu_time.lo \ 1865 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu_time.Plo@am__quote@ 7130 cpu_time.lo: intrinsics/cpu_time.c 7131 …S) -MT cpu_time.lo -MD -MP -MF $(DEPDIR)/cpu_time.Tpo -c -o cpu_time.lo `test -f 'intrinsics/cpu_t… 7132 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpu_time.Tpo $(DEPDIR)/cpu_time.Plo 7135 …AGS) $(AM_CFLAGS) $(CFLAGS) -c -o cpu_time.lo `test -f 'intrinsics/cpu_time.c' || echo '$(srcdir)/…
|
H A D | ChangeLog-2005 | 1001 * intrinsics/cpu_time.c (__cpu_time_1): Provide a MS Windows 2634 intrinsics/cpu_time.c: Ditto.
|
H A D | ChangeLog-2009 | 1574 * intrinsics/cpu_time.c: Likewise.
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
H A D | README.md | 908 "cpu_time": 29836, 916 "cpu_time": 32429, 924 "cpu_time": 33355, 935 name,iterations,real_time,cpu_time,bytes_per_second,items_per_second,label
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
H A D | README.md | 849 "cpu_time": 29836, 857 "cpu_time": 32429, 865 "cpu_time": 33355, 876 name,iterations,real_time,cpu_time,bytes_per_second,items_per_second,label
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
H A D | Makefile.am | 157 intrinsics/cpu_time.c \
|
H A D | Makefile.in | 119 @LIBGFOR_MINIMAL_FALSE@intrinsics/cpu_time.c \ 409 @LIBGFOR_MINIMAL_FALSE@ chdir.lo chmod.lo clock.lo cpu_time.lo \ 1749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu_time.Plo@am__quote@ 6490 cpu_time.lo: intrinsics/cpu_time.c 6491 …S) -MT cpu_time.lo -MD -MP -MF $(DEPDIR)/cpu_time.Tpo -c -o cpu_time.lo `test -f 'intrinsics/cpu_t… 6492 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpu_time.Tpo $(DEPDIR)/cpu_time.Plo 6495 …AGS) $(AM_CFLAGS) $(CFLAGS) -c -o cpu_time.lo `test -f 'intrinsics/cpu_time.c' || echo '$(srcdir)/…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2005 | 2419 cpu_time, cshift, date_and_time, dble, dfloat.
|