Lines Matching refs:key

81          * @param results memory and runtime metrics stored as key/value pairs,
143 * In a results Bundle, this key references a List of iteration Bundles.
147 * In an iteration Bundle, this key describes the iteration.
151 * In a results Bundle, this key reports the cpu time of the code block
156 * In a results Bundle, this key reports the execution time of the code
161 * In a snapshot Bundle, this key reports the number of received
166 * In a snapshot Bundle, this key reports the number of transactions sent by
171 * In a snapshot Bundle, this key reports the number of received
176 * In a snapshot Bundle, this key reports the number of transactions sent by
181 * In a snapshot Bundle, this key reports the number of garbage collection
186 * In a snapshot Bundle, this key reports the amount of allocated memory
191 * In a snapshot Bundle, this key reports the amount of free memory
196 * In a snapshot Bundle, this key reports the number of private dirty pages
201 * In a snapshot Bundle, this key reports the proportional set size for
206 * In a snapshot Bundle, this key reports the number of shared dirty pages
211 * In a snapshot Bundle, this key reports the total amount of memory
216 * In a snapshot Bundle, this key reports the amount of allocated memory in
221 * In a snapshot Bundle, this key reports the amount of free memory in the
226 * In a snapshot Bundle, this key reports the number of private dirty pages
231 * In a snapshot Bundle, this key reports the proportional set size for the
236 * In a snapshot Bundle, this key reports the number of shared dirty pages
241 * In a snapshot Bundle, this key reports the size of the native heap.
245 * In a snapshot Bundle, this key reports the number of objects allocated
250 * In a snapshot Bundle, this key reports the size of all objects allocated
255 * In a snapshot Bundle, this key reports the number of objects freed
260 * In a snapshot Bundle, this key reports the size of all objects freed
265 * In a snapshot Bundle, this key reports the number of private dirty pages
270 * In a snapshot Bundle, this key reports the proportional set size for
275 * In a snapshot Bundle, this key reports the number of shared dirty pages
315 * @return Memory and runtime metrics stored as key/value pairs. Values are
379 * @return Runtime metrics stored as key/value pairs. Values are of type
460 for (String key : binderCounts.keySet()) {
461 mPerfSnapshot.putLong("pre_" + key, binderCounts.getLong(key));
503 for (String key : binderCounts.keySet()) {
504 mPerfSnapshot.putLong(key, binderCounts.getLong(key));
509 for (String key : allocCounts.keySet()) {
510 mPerfSnapshot.putLong(key, allocCounts.getLong(key));