Searched refs:old_timing_format (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h232 jboolean old_timing_format; /* cpu=old (old) output format */ member in struct:__anon533
H A Dhprof_io.c728 } else if ((!gdata->cpu_timing) || (!gdata->old_timing_format)) {
909 } else if ( (!gdata->cpu_timing) || (!gdata->old_timing_format)) {
927 } else if ( (!gdata->cpu_timing) || (!gdata->old_timing_format)) {
1109 if ( gdata->old_timing_format ) {
1119 if ( gdata->old_timing_format ) {
H A Dhprof_init.c614 gdata->old_timing_format = JNI_FALSE;
617 gdata->old_timing_format = JNI_TRUE;
727 if (gdata->old_timing_format) {
905 if (!gdata->old_timing_format) {

Completed in 42 milliseconds