Searched defs:self_cost (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c77 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 46 milliseconds