Searched refs:end_time (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSample.h60 return end_time;
75 hrtime_t end_time; // sample end time member in class:Sample
H A DSample.cc31 start_time = end_time = 0;
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-load.c63 time_t end_time = 0; local
148 end_time = time (NULL);
151 report_transfer_performance (callback, data_count, start_time, end_time);
187 time_t start_time, time_t end_time)
190 if (end_time != start_time)
192 (data_count * 8) / (end_time - start_time));
186 report_transfer_performance(host_callback *callback, unsigned long data_count, time_t start_time, time_t end_time) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_gt_pm.c19 IGT_TIMEOUT(end_time);
51 } while (!__igt_timeout(end_time, NULL));
H A Dselftest_timeline.c261 unsigned long end_time, count; local
276 end_time = jiffies + HZ/10;
284 } while (!time_after(jiffies, end_time));
294 end_time = jiffies + HZ/10;
300 } while (!time_after(jiffies, end_time));
308 end_time = count;
310 while (end_time--) {
332 end_time = jiffies + HZ/10;
335 } while (!time_after(jiffies, end_time));
341 end_time
[all...]
H A Dselftest_hangcheck.c407 IGT_TIMEOUT(end_time);
458 } while (time_before(jiffies, end_time));
482 IGT_TIMEOUT(end_time);
535 } while (time_before(jiffies, end_time));
573 IGT_TIMEOUT(end_time);
638 } while (time_before(jiffies, end_time));
798 IGT_TIMEOUT(end_time);
912 } while (time_before(jiffies, end_time));
1375 IGT_TIMEOUT(end_time);
1475 } while (time_before(jiffies, end_time));
[all...]
/netbsd-current/external/mit/libuv/dist/test/
H A Dbenchmark-getaddrinfo.c38 static int64_t end_time; variable
81 end_time = uv_now(loop);
87 (double) calls_completed / (double) (end_time - start_time) * 1000.0);
H A Dbenchmark-spawn.c139 static int64_t start_time, end_time; local
156 end_time = uv_now(loop);
159 (double) N / (double) (end_time - start_time) * 1000.0);
H A Dbenchmark-pound.c280 uint64_t end_time; local
297 end_time = uv_hrtime();
300 secs = (double)(end_time - start_time) / NANOSEC;
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-load.c67 time_t end_time = 0; local
153 end_time = time (NULL);
157 report_transfer_performance (callback, data_count, start_time, end_time);
193 time_t start_time, time_t end_time)
196 if (end_time != start_time)
198 (data_count * 8) / (end_time - start_time));
192 report_transfer_performance(host_callback *callback, unsigned long data_count, time_t start_time, time_t end_time) argument
/netbsd-current/external/bsd/kyua-cli/dist/engine/drivers/
H A Drun_tests.cpp138 const datetime::timestamp end_time = datetime::timestamp::now(); local
139 tx.put_result(result, test_case_id, start_time, end_time);
140 hooks.got_result(test_case, result, end_time - start_time);
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntpsim.h113 double end_time; /* Time at which simulation needs to be ended */ member in struct:Sim_Info
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_gem_gtt.c217 unsigned long end_time)
284 if (igt_timeout(end_time,
350 unsigned long end_time)
541 if (igt_timeout(end_time, "%s timed out (npages=%lu, prime=%lu)\n",
561 unsigned long end_time)
620 if (igt_timeout(end_time,
644 unsigned long end_time)
701 if (igt_timeout(end_time,
719 unsigned long end_time)
803 if (igt_timeout(end_time,
215 lowlevel_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
348 fill_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
559 walk_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
642 pot_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
717 drunk_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
826 __shrink_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
901 shrink_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
923 shrink_boom(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) argument
1001 exercise_ppgtt(struct drm_i915_private *dev_priv, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) argument
1081 exercise_ggtt(struct drm_i915_private *i915, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) argument
1250 exercise_mock(struct drm_i915_private *i915, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) argument
[all...]
H A Di915_syncmap.c210 IGT_TIMEOUT(end_time);
236 } while (!__igt_timeout(end_time, NULL));
408 IGT_TIMEOUT(end_time);
446 } while (!__igt_timeout(end_time, NULL));
550 IGT_TIMEOUT(end_time);
602 } while (!__igt_timeout(end_time, NULL));
H A Dscatterlist.c281 IGT_TIMEOUT(end_time);
311 end_time);
328 IGT_TIMEOUT(end_time);
361 end_time);
H A Dintel_memory_region.c314 IGT_TIMEOUT(end_time);
369 } while (!__igt_timeout(end_time, NULL));
470 IGT_TIMEOUT(end_time);
570 } while (!__igt_timeout(end_time, NULL));
H A Di915_request.c543 IGT_TIMEOUT(end_time);
586 if (__igt_timeout(end_time, NULL))
695 IGT_TIMEOUT(end_time);
733 if (__igt_timeout(end_time, NULL))
1078 IGT_TIMEOUT(end_time);
1104 } while (!__igt_timeout(end_time, NULL));
1114 IGT_TIMEOUT(end_time);
1131 } while (!__igt_timeout(end_time, NULL));
/netbsd-current/external/lgpl3/mpfr/dist/tune/
H A Dspeed.c212 time_t start_time, end_time; local
260 time (&end_time);
262 printf ("Complete (took %ld seconds).\n", end_time - start_time);
H A Dtuneup.c999 time_t start_time, end_time; local
1164 time (&end_time);
1166 (long) (end_time - start_time));
1168 printf ("Complete (took %ld seconds).\n", (long) (end_time - start_time));
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Dutil.c241 cp->end_time = constraint_parse_time( endp );
476 if ( cp->begin_time > 0 && cp->end_time > 0 ) {
479 if ( timeofday < cp->begin_time || timeofday > cp->end_time ) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Di915_gem_context.c83 unsigned long end_time, prime; local
120 end_time = jiffies + i915_selftest.timeout_jiffies;
170 if (__igt_timeout(end_time, NULL))
197 IGT_TIMEOUT(end_time);
230 } while (!__igt_timeout(end_time, NULL));
240 IGT_TIMEOUT(end_time);
270 } while (!__igt_timeout(end_time, NULL));
657 IGT_TIMEOUT(end_time);
678 while (!time_after(jiffies, end_time)) {
802 IGT_TIMEOUT(end_time);
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dtransaction.cpp421 " test_results.start_time, test_results.end_time "
521 const datetime::timestamp end_time = column_timestamp( local
522 _pimpl->_stmt, "end_time");
523 return end_time - start_time;
927 /// \param end_time The time when the test finished running.
936 const datetime::timestamp& end_time)
942 " end_time) "
944 " :start_time, :end_time)");
978 store::bind_timestamp(stmt, ":end_time", end_time);
933 put_result(const engine::test_result& result, const int64_t test_case_id, const datetime::timestamp& start_time, const datetime::timestamp& end_time) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_client.c144 ctx->end_time = now + ctx->total_timeout;
145 if (now >= ctx->end_time) {
149 if (!ossl_assert(ctx->end_time - now < INT_MAX)) {
154 time_left = (int)(ctx->end_time - now);
169 ctx->total_timeout != 0 && time(NULL) >= ctx->end_time ?
315 int64_t time_left = (int64_t)(ctx->end_time - exp - time(NULL));
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntpsim.c120 simulation.end_time = SIM_TIME;
165 /* maxtime = simulation.sim_time + simulation.end_time;*/
166 while (simulation.sim_time <= simulation.end_time &&
/netbsd-current/sys/dev/pci/
H A Dtwa.c562 time_t end_time; local
576 end_time = t1.tv_usec +
620 timeout = (end_time - t1.tv_usec) / (1000 * 100);
1160 uint32_t start_time = 0, end_time; local
1166 end_time = (timeout * TWA_MICROSECOND);
1171 if (start_time >= end_time)
2677 time_t end_time; local
2684 end_time = t1.tv_usec + timeout;
2693 } while (t1.tv_usec <= end_time);

Completed in 486 milliseconds

12