Commit 54563d80 authored by Snigdha Saha's avatar Snigdha Saha
Browse files

add allocation files

parent 3f0cafc5
No related merge requests found
Pipeline #79093 failed with stage
Showing with 27 additions and 0 deletions
+27 -0
package edu.caltech.cs2.helpers;
public class NewMe {
public static int NUM_CALLS = 0;
}
package edu.caltech.cs2.helpers;
public class NewNode {
public static int LinkedDeque_NUM_CALLS;
public static int MoveToFrontDictionary_NUM_CALLS;
public static int BSTDictionary_NUM_CALLS;
public static int TrieMap_NUM_CALLS;
}
package edu.caltech.cs2.helpers;
public class NewObjectArray {
public static int NUM_CALLS = 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