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

/external/valgrind/exp-dhat/
H A Ddh_main.c1033 const HChar* metric_name );
1186 const HChar* metric_name )
1188 if (0 == VG_(strcmp)(metric_name, "max-bytes-live")) {
1193 if (0 == VG_(strcmp)(metric_name, "tot-bytes-allocd")) {
1198 if (0 == VG_(strcmp)(metric_name, "max-blocks-live")) {
1214 const HChar* metric_name = clo_sort_by; local
1215 tl_assert(metric_name); // ensured by clo processing
1217 Bool ok = identify_metric( &get_metric, &increasing, metric_name );
1224 metric_name, clo_show_top_n );

Completed in 45 milliseconds