Commit b16153de authored by Snigdha Saha's avatar Snigdha Saha
Browse files

runtime counter

parent 1bfe94d4
No related merge requests found
Pipeline #78962 failed with stage
in 2 minutes and 18 seconds
Showing with 9 additions and 0 deletions
+9 -0
package edu.caltech.cs2.helpers;
public class RuntimeCounter {
public static int NUM_CALLS = 0;
public static void inc() {
NUM_CALLS++;
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment