Searched refs:ticks (Results 1 - 25 of 29) sorted by relevance

12

/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DMidiUtils.java160 long[] ticks = cache.ticks;
173 || ticks[snapshotIndex] > tick) {
180 while (i < cacheCount && ticks[i] <= tick) {
181 snapshotMicro += ticks2microsec(ticks[i] - ticks[i - 1], tempos[i - 1], resolution);
186 + ticks2microsec(tick - ticks[snapshotIndex],
215 long[] ticks = cache.ticks;
228 long nextTime = us + ticks2microsec(ticks[
281 long[] ticks; field in class:MidiUtils.TempoCache
[all...]
/openjdk9/hotspot/src/share/vm/runtime/
H A Dtimer.hpp47 jlong ticks() const { return _counter; } function in class:VALUE_OBJ_CLASS_SPEC
64 void update_to(jlong ticks);
69 // ticks elapsed between VM start and last update
70 jlong ticks() const { return _counter; } function in class:VALUE_OBJ_CLASS_SPEC
71 // ticks elapsed since last update
H A Dtimer.cpp84 return ticks();
90 void TimeStamp::update_to(jlong ticks) { argument
91 _counter = ticks;
H A Dfprofiler.cpp188 tty->print_cr("Printing compiled methods with PC buckets having more than " INTX_FORMAT " ticks", ProfilerPCTickThreshold);
265 tick_counter ticks; member in class:ProfilerNode
284 void update(TickPosition where) { ticks.update(where);}
285 int total_ticks() { return ticks.total(); }
352 ticks.print_code(st, total_ticks);
354 ticks.print_native(st);
874 // Only record ticks for active compiler threads
962 void ThreadProfiler::record_interpreted_tick(JavaThread* thread, frame fr, TickPosition where, int* ticks) { argument
984 ticks[desc->bytecode()]++;
1305 tty->print_cr(" Bytecode ticks
1317 print_ticks(const char* title, int ticks, int total) argument
[all...]
H A Dfprofiler.hpp51 // ticks are allotted to the region.
135 // for recording ticks.
144 void record_interpreted_tick(JavaThread* thread, frame fr, TickPosition where, int* ticks);
243 enum { MillisecsPerTick = 10 }; // ms per profiling ticks
245 // Returns the number of ticks recorded for the bucket
257 // the following group of ticks cover everything that's not attributed to individual Java methods
258 static int received_gc_ticks; // ticks during which gc was active
259 static int vm_operation_ticks; // total ticks in vm_operations other than GC
261 static int blocked_ticks; // ticks when the thread was blocked.
262 static int class_loader_ticks; // total ticks i
[all...]
H A DperfData.hpp130 * Ticks - data is measured in clock ticks
936 _timerp->inc(_t.ticks());
/openjdk9/hotspot/src/share/vm/utilities/
H A Dticks.hpp95 Ticks(int ticks) : _stamp_ticks(ticks) {} argument
/openjdk9/jdk/src/jdk.management/linux/native/libmanagement_ext/
H A DUnixOperatingSystem.c41 struct ticks { struct
47 typedef struct ticks ticks; typedef in typeref:struct:ticks
56 ticks jvmTicks;
57 ticks cpuTicks;
58 ticks *cpus;
68 * Return the total number of ticks since the system was booted.
70 * the number of ticks spent on actual processes (user, system or
72 * of "executed" ticks on _all_ CPU:s, that is on a n-way system it is
73 * n times the number of ticks tha
[all...]
/openjdk9/jdk/test/javax/sound/midi/Sequence/
H A DSMPTEDuration.java43 long[] ticks = { 0, 68, 240, 240, 286};
71 track.add(new MidiEvent(msg, ticks[i]));
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DgcTaskThread.cpp153 jlong entry_time = timer.ticks();
167 add_task_timestamp(name, entry_time, timer.ticks());
H A DpsScavenge.cpp632 scavenge_entry.ticks(), scavenge_midpoint.ticks(),
633 scavenge_exit.ticks());
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DgcTraceTime.hpp32 #include "utilities/ticks.hpp"
59 void time_stamp(Ticks& ticks);
H A DgcTraceTime.inline.hpp36 #include "utilities/ticks.hpp"
76 inline void GCTraceTimeImpl::time_stamp(Ticks& ticks) { argument
78 ticks.stamp();
/openjdk9/jdk/src/java.desktop/share/classes/javax/sound/midi/
H A DSequence.java57 * pulses (ticks) per quarter note.
65 * expressed in ticks per frame).
73 * expressed in ticks per frame).
81 * expressed in ticks per frame).
89 * expressed in ticks per frame).
127 * (pulses per quarter note) and the resolution is specified in ticks per
129 * frames per second and the resolution is specified in ticks per frame. The
169 * is specified in ticks per beat. For SMTPE timing, {@code divisionType}
171 * in ticks per frame. The sequence will be initialized with the number of
230 * division type is PPQ, the resolution is specified in ticks pe
[all...]
H A DTrack.java56 * duration in ticks.
194 // Or: document that the ticks() length will not be reduced
239 * Obtains the length of the track, expressed in MIDI ticks. (The duration
244 * @return the duration, in ticks
249 public long ticks() { method in class:Track
/openjdk9/hotspot/src/share/vm/services/
H A Dmanagement.hpp63 static jlong ticks_to_ms(jlong ticks) NOT_MANAGEMENT_RETURN_(0L);
H A Dmanagement.cpp213 return t.ticks() - _stamp.ticks();
2098 jlong Management::ticks_to_ms(jlong ticks) { argument
2100 return (jlong)(((double)ticks / (double)os::elapsed_frequency())
H A DdiagnosticCommand.cpp392 output()->time_stamp().update_to(tty->time_stamp().ticks());
/openjdk9/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v1_0/
H A DPerfDataBuffer.java251 * gross synchronization works by polling for the hotspot.rt.hrt.ticks
265 String name = "hotspot.rt.hrt.ticks";
266 LongMonitor ticks = (LongMonitor)pollFor(map, name, timeLimit);
269 * loop waiting for the ticks counter to be non zero. This is
272 while (ticks.longValue() == 0) {
/openjdk9/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DServerImpl.java72 private volatile long ticks; /* number of clock ticks since server started */ field in class:ServerImpl
752 return ticks;
817 ticks ++;
/openjdk9/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp181 // msg.time_stamp().update_to(tty->time_stamp().ticks());
2151 // update compilation ticks - used by the implementation of
2153 _perf_total_compilation->inc(time.ticks());
2194 _perf_osr_compilation->inc(time.ticks());
2197 _perf_standard_compilation->inc(time.ticks());
/openjdk9/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp2008 jlong selftime = _timers[_event_type].ticks();
2018 _timep->inc(_t.ticks());
/openjdk9/hotspot/src/os/windows/vm/
H A Dos_windows.cpp874 // Returns time ticks in (10th of micro seconds)
918 jlong ticks = windows_to_time_ticks(wt); // 10th of micros local
919 jlong secs = jlong(ticks / 10000000); // 10000 * 1000
921 nanos = jlong(ticks - (secs*10000000)) * 100;
3188 tty->print_cr("reserve_memory of %Ix bytes took " JLONG_FORMAT " ms (" JLONG_FORMAT " ticks)", bytes,
3189 reserveTimer.milliseconds(), reserveTimer.ticks());
/openjdk9/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1024 struct tms ticks; local
1025 clock_t real_ticks = times(&ticks);
1031 *process_user_time = ((double) ticks.tms_utime) / ticks_per_second;
1032 *process_system_time = ((double) ticks.tms_stime) / ticks_per_second;
/openjdk9/hotspot/src/os/aix/vm/
H A Dos_aix.cpp1079 struct tms ticks; local
1080 clock_t real_ticks = times(&ticks);
1086 *process_user_time = ((double) ticks.tms_utime) / ticks_per_second;
1087 *process_system_time = ((double) ticks.tms_stime) / ticks_per_second;

Completed in 484 milliseconds

12