MCPcopy Index your code
hub / github.com/cSploit/android / instance

Method instance

cSploit/src/org/csploit/android/core/Profiler.java:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 private static volatile Profiler mInstance = null;
24
25 public static Profiler instance(){
26 if(mInstance == null)
27 mInstance = new Profiler();
28
29 return mInstance;
30 }
31
32 private volatile boolean mEnabled = false;
33 private volatile long mTick = 0;

Callers 3

runMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected