Searched refs:contended_time (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_monitor.c66 jlong contended_time; member in struct:MonitorInfo
143 "num_hits=%d, contended_time=(%d,%d)\n",
148 jlong_high(info->contended_time),
149 jlong_low(info->contended_time));
164 iterate->total_contended_time += info->contended_time;
183 result = info2->contended_time - info1->contended_time;
200 info->contended_time = 0;
289 percent = (double)info->contended_time /
320 percent = (double)info->contended_time /
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp263 jlong contended_time; local
266 contended_time = Management::ticks_to_ms(snapshot->contended_enter_ticks());
270 contended_time = max_julong;
296 args->push_long(contended_time);

Completed in 529 milliseconds