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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c166 data.cutoff_point = DEFAULT_CUTOFF_POINT;
601 gdata->cutoff_point = strtod(suboption, &endptr);
602 if ((endptr != NULL && *endptr != 0) || gdata->cutoff_point < 0) {
888 monitor_write_contended_time(env, gdata->cutoff_point);
898 site_write(env, 0, gdata->cutoff_point);
902 trace_output_cost(env, gdata->cutoff_point);
907 trace_output_cost(env, gdata->cutoff_point);
H A Dhprof.h229 double cutoff_point; /* cutoff=cutoff_point */ member in struct:__anon533

Completed in 38 milliseconds