Home | History | Annotate | Download | only in profiler

Lines Matching refs:mMetrics

30     StringBuilder mMetrics;
33 mMetrics = new StringBuilder();
40 mMetrics.append("\n\n");
50 mMetrics.append(String.format("%s:%s:\n", prefix, test.getTestName()));
52 mMetrics.append(String.format("%s=%.5f\n", entry.getKey(), entry.getValue()));
54 mMetrics.append("---\n");
64 mMetrics.append(String.format("%s:%s:\n", prefix, test));
66 mMetrics.append(String.format("%s=%.5f\n", entry.getKey(), entry.getValue()));
68 mMetrics.append("---\n");
76 return new ByteArrayInputStreamSource(mMetrics.toString().getBytes());