Package implementation.utils.profiling
Class CallCounter
- java.lang.Object
-
- implementation.utils.profiling.CallCounter
-
public class CallCounter extends java.lang.Object
Small profiling functions to count the number of times a function has been called- Author:
- nk-fouque
-
-
Constructor Summary
Constructors Constructor Description CallCounter(java.lang.String functionName)
-