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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_cpu.c45 /* The cpu_loop thread basically waits for gdata->sample_interval millisecs
115 rawMonitorWait(gdata->cpu_sample_lock, (jlong)gdata->sample_interval);
H A Dhprof.h228 int sample_interval; /* interval=sample_interval (ms) */ member in struct:__anon533
H A Dhprof_init.c163 data.sample_interval = DEFAULT_SAMPLE_INTERVAL;
593 gdata->sample_interval = (int)strtol(suboption, &endptr, 10);
594 if ((endptr != NULL && *endptr != 0) || gdata->sample_interval <= 0) {

Completed in 36 milliseconds