Home | History | Annotate | Download | only in os

Lines Matching refs:Runtime

27  * memory usage information and measure runtime between calls to begin and end.
32 * measure runtime between calls to start and stop. These functions logically
81 * @param results memory and runtime metrics stored as key/value pairs,
104 * @param results runtime metrics of code block between calls to
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
407 * @return Runtime metrics stored in a bundle, including all iterations
495 Runtime runtime = Runtime.getRuntime();
497 long dalvikMax = runtime.totalMemory() / 1024;
498 long dalvikFree = runtime.freeMemory() / 1024;
543 Runtime.getRuntime().gc();
544 Runtime.getRuntime().runFinalization();
545 Runtime.getRuntime().gc();
557 Runtime.getRuntime().gc();
558 Runtime.getRuntime().runFinalization();
559 Runtime.getRuntime().gc();