Home
last modified time | relevance | path

Searched refs:start_time_ns (Results 1 – 25 of 123) sorted by relevance

12345

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dhandshake.cpp190 if (start_time_ns != 0) { in log_handshake_info()
208 jlong start_time_ns = os::javaTimeNanos(); in doit() local
220 HandshakeSpinYield hsy(start_time_ns); in doit()
222 if (handshake_has_timed_out(start_time_ns)) { in doit()
249 jlong start_time_ns = os::javaTimeNanos(); in doit() local
267 HandshakeSpinYield hsy(start_time_ns); in doit()
303 jlong start_time_ns = 0; in do_handshake() local
305 start_time_ns = os::javaTimeNanos(); in do_handshake()
314 if (start_time_ns != 0) { in do_handshake()
347 jlong start_time_ns = os::javaTimeNanos(); in execute_direct() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dhandshake.cpp110 if (start_time_ns != 0) { in log_handshake_info()
111 jlong completion_time = os::javaTimeNanos() - start_time_ns; in log_handshake_info()
130 jlong start_time_ns = 0; in doit()
132 start_time_ns = os::javaTimeNanos(); in doit()
175 jlong start_time_ns = 0; in doit()
177 start_time_ns = os::javaTimeNanos(); in doit()
189 log_handshake_info(start_time_ns, _op->name(), 0, 0); in doit()
263 jlong start_time_ns = 0; in do_handshake() local
265 start_time_ns = os::javaTimeNanos(); in do_handshake()
274 if (start_time_ns != 0) { in do_handshake()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dhandshake.cpp200 if (start_time_ns != 0) { in log_handshake_info()
220 jlong start_time_ns = os::javaTimeNanos(); in doit()
237 HandshakeSpinYield hsy(start_time_ns); in doit()
239 if (handshake_has_timed_out(start_time_ns)) { in doit()
269 jlong start_time_ns = os::javaTimeNanos(); in doit()
280 log_handshake_info(start_time_ns, _op->name(), 0, 0); in doit()
289 HandshakeSpinYield hsy(start_time_ns); in doit()
293 if (handshake_has_timed_out(start_time_ns)) { in doit()
361 jlong start_time_ns = 0; in do_handshake() local
363 start_time_ns = os::javaTimeNanos(); in do_handshake()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dhandshake.cpp200 if (start_time_ns != 0) { in log_handshake_info()
220 jlong start_time_ns = os::javaTimeNanos(); in doit()
237 HandshakeSpinYield hsy(start_time_ns); in doit()
239 if (handshake_has_timed_out(start_time_ns)) { in doit()
269 jlong start_time_ns = os::javaTimeNanos(); in doit()
280 log_handshake_info(start_time_ns, _op->name(), 0, 0); in doit()
289 HandshakeSpinYield hsy(start_time_ns); in doit()
293 if (handshake_has_timed_out(start_time_ns)) { in doit()
361 jlong start_time_ns = 0; in do_handshake() local
363 start_time_ns = os::javaTimeNanos(); in do_handshake()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dhandshake.cpp207 jlong completion_time = os::javaTimeNanos() - start_time_ns; in log_handshake_info()
222 jlong start_time_ns = os::javaTimeNanos(); in doit() local
239 HandshakeSpinYield hsy(start_time_ns); in doit()
245 if (handshake_has_timed_out(start_time_ns)) { in doit()
278 jlong start_time_ns = 0; in do_handshake() local
280 start_time_ns = os::javaTimeNanos(); in do_handshake()
289 if (start_time_ns != 0) { in do_handshake()
315 jlong start_time_ns = os::javaTimeNanos(); in execute() local
323 log_handshake_info(start_time_ns, op.name(), 0, 0, buf); in execute()
330 HandshakeSpinYield hsy(start_time_ns); in execute()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dhandshake.cpp239 jlong start_time_ns = os::javaTimeNanos(); in doit() local
256 HandshakeSpinYield hsy(start_time_ns); in doit()
262 check_handshake_timeout(start_time_ns, _op); in doit()
309 jlong start_time_ns = 0; in do_handshake() local
311 start_time_ns = os::javaTimeNanos(); in do_handshake()
320 if (start_time_ns != 0) { in do_handshake()
348 jlong start_time_ns = os::javaTimeNanos(); in execute() local
356 log_handshake_info(start_time_ns, op.name(), 0, 0, buf); in execute()
363 HandshakeSpinYield hsy(start_time_ns); in execute()
374 check_handshake_timeout(start_time_ns, &op, target); in execute()
[all …]
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/profiling/exporter/
H A D__init__.py12 def export(self, events, start_time_ns, end_time_ns): argument
27 def export(self, events, start_time_ns, end_time_ns): argument
H A Dfile.py16 def export(self, events, start_time_ns, end_time_ns): argument
27 profile = super(PprofFileExporter, self).export(events, start_time_ns, end_time_ns)
H A Dhttp.py133 def export(self, events, start_time_ns, end_time_ns): argument
150 profile = super(PprofHTTPExporter, self).export(events, start_time_ns, end_time_ns)
157 … datetime.datetime.utcfromtimestamp(start_time_ns / 1e9).replace(microsecond=0).isoformat() + "Z"
H A Dpprof.pyx303 …def _build_profile(self, start_time_ns, duration_ns, period, sample_types, program_name) -> pprof_… argument
334 time_nanos=start_time_ns,
457 …def export(self, events, start_time_ns, end_time_ns) -> pprof_pb2.Profile: # type: ignore[valid-t… argument
461 :param start_time_ns: The start time of recording.
614 duration_ns = end_time_ns - start_time_ns
631 start_time_ns=start_time_ns,
/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/
H A Dstatistics_handler_test.c27 if (impl->start_time_ns == 0) { in s_process_statistics()
28 impl->start_time_ns = in s_process_statistics()
H A Dstatistics_handler_test.h14 uint64_t start_time_ns; member
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/yap/perf/
H A Darithmetic_perf.cpp44 auto const start_time_ns = in get_noise() local
46 return 1.0 * start_time_ns.time_since_epoch().count(); in get_noise()
/dports/devel/boost-docs/boost_1_72_0/libs/yap/perf/
H A Darithmetic_perf.cpp44 auto const start_time_ns = in get_noise() local
46 return 1.0 * start_time_ns.time_since_epoch().count(); in get_noise()
/dports/devel/boost-libs/boost_1_72_0/libs/yap/perf/
H A Darithmetic_perf.cpp44 auto const start_time_ns = in get_noise() local
46 return 1.0 * start_time_ns.time_since_epoch().count(); in get_noise()
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/perf/
H A Darithmetic_perf.cpp44 auto const start_time_ns = in get_noise() local
46 return 1.0 * start_time_ns.time_since_epoch().count(); in get_noise()
/dports/devel/hyperscan/boost_1_75_0/libs/yap/perf/
H A Darithmetic_perf.cpp44 auto const start_time_ns = in get_noise() local
46 return 1.0 * start_time_ns.time_since_epoch().count(); in get_noise()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Daccounting.c93 cookie->start_time_ns = qemu_clock_get_ns(clock_type); in block_acct_start()
190 int64_t latency_ns = time_ns - cookie->start_time_ns; in block_account_one_io()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Daccounting.c93 cookie->start_time_ns = qemu_clock_get_ns(clock_type); in block_acct_start()
190 int64_t latency_ns = time_ns - cookie->start_time_ns; in block_account_one_io()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Daccounting.c93 cookie->start_time_ns = qemu_clock_get_ns(clock_type); in block_acct_start()
190 int64_t latency_ns = time_ns - cookie->start_time_ns; in block_account_one_io()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Daccounting.c93 cookie->start_time_ns = qemu_clock_get_ns(clock_type); in block_acct_start()
190 int64_t latency_ns = time_ns - cookie->start_time_ns; in block_account_one_io()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Daccounting.c93 cookie->start_time_ns = qemu_clock_get_ns(clock_type); in block_acct_start()
190 int64_t latency_ns = time_ns - cookie->start_time_ns; in block_account_one_io()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Daccounting.c93 cookie->start_time_ns = qemu_clock_get_ns(clock_type); in block_acct_start()
190 int64_t latency_ns = time_ns - cookie->start_time_ns; in block_account_one_io()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Daccounting.c93 cookie->start_time_ns = qemu_clock_get_ns(clock_type); in block_acct_start()
190 int64_t latency_ns = time_ns - cookie->start_time_ns; in block_account_one_io()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Daccounting.c93 cookie->start_time_ns = qemu_clock_get_ns(clock_type); in block_acct_start()
190 int64_t latency_ns = time_ns - cookie->start_time_ns; in block_account_one_io()

12345