Searched refs:total_live_bytes (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.h56 double cutoff, jint total_live_bytes,
93 void io_write_heap_summary(jlong total_live_bytes, jlong total_live_instances,
127 void io_heap_header(jlong total_live_instances, jlong total_live_bytes);
H A Dhprof_site.c346 gdata->total_live_bytes += size;
379 HPROF_ASSERT(gdata->total_live_bytes!=0);
427 ratio = (double)info->n_live_bytes / (double)gdata->total_live_bytes;
437 gdata->total_live_bytes,
454 ratio = (double)info->n_live_bytes / (double)gdata->total_live_bytes;
865 io_heap_header(gdata->total_live_instances, gdata->total_live_bytes);
H A Dhprof_io.c811 jint total_live_bytes, jint total_live_instances,
819 write_u4(total_live_bytes);
1094 io_write_heap_summary(jlong total_live_bytes, jlong total_live_instances, argument
1099 write_u4((jint)total_live_bytes);
1368 io_heap_header(jlong total_live_instances, jlong total_live_bytes) argument
1376 /*jlong*/(int)total_live_bytes, ctime(&t));
810 io_write_sites_header(const char * comment_str, jint flags, double cutoff, jint total_live_bytes, jint total_live_instances, jlong total_alloced_bytes, jlong total_alloced_instances, jint count) argument
H A Dhprof.h295 jint total_live_bytes; member in struct:__anon533
H A Dhprof_listener.c275 io_write_heap_summary( gdata->total_live_bytes,

Completed in 41 milliseconds