WeisonWei - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View WeisonWei's full-sized avatar

Block or report WeisonWei

Pinned Loading

  1. 1

    public static void testTimer() {

    2

        Timer timer = new Timer();

    4

        long startMemory = Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();

    5

        long maxMemory = startMemory;