X-Git-Url: http://plrg.eecs.uci.edu/git/?p=IRC.git;a=blobdiff_plain;f=Robust%2FCoreProf%2FCounter.java;h=90d5c2d83dba66607dfe5bf73436916367062df4;hp=caf9eaa1f537e1f842d58a5722ed1e8cae6da227;hb=ff604fa0eda2f0a8d7447ca4e40048ed10be36ee;hpb=52ee21d8deb51b48393abc063242a732831d06c2 diff --git a/Robust/CoreProf/Counter.java b/Robust/CoreProf/Counter.java index caf9eaa1..90d5c2d8 100644 --- a/Robust/CoreProf/Counter.java +++ b/Robust/CoreProf/Counter.java @@ -2,6 +2,7 @@ public class Counter { public Counter() { } - public int totaltime; - public int selftime; -} \ No newline at end of file + public long count; + public long totalTime; + public long selfTime; +}