Searched refs:self_cost (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/demo/jvmti/hprof/ |
H A D | hprof_trace.h | 65 jint num_hits, jlong self_cost, jlong total_cost);
|
H A D | hprof_trace.c | 77 jlong self_cost; /* Total cost without children cost */ member in struct:TraceInfo 170 debug_message( "), traceSN=%u, num_hits=%d, self_cost=(%d,%d), " 174 jlong_high(info->self_cost), 175 jlong_low(info->self_cost), 192 info->self_cost = 0; 361 iterate->grand_total_cost += info->self_cost; 379 return (int)(info2->self_cost - info1->self_cost); 438 trace_increment_cost(TraceIndex index, jint num_hits, jlong self_cost, jlong total_cost) argument 445 info->self_cost [all...] |
Completed in 164 milliseconds