3435363738394041424344
this.pid = pid; } public ProcessMemoryPageLoadUsage call() throws Exception { try { return new DuccProcessMemoryPageLoadUsage(pid); } catch (Exception e) { e.printStackTrace(); throw e; } }
3334353637383940414243
} public ProcessMemoryPageLoadUsage call() throws Exception { try { //super.parseMetricFile(); return new DuccProcessMemoryPageLoadUsage(pid); } catch (Exception e) { e.printStackTrace(); throw e; } }