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

Method emit

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

Source from the content-addressed store, hash-verified

49 }
50
51 public void emit(){
52 if(mEnabled && mTick > 0 && mProfiling != null){
53 long delta = java.lang.System.currentTimeMillis() - mTick;
54
55 Logger.debug("[" + mProfiling + "] " + format(delta));
56
57 mProfiling = null;
58 mTick = 0;
59 }
60 }
61
62 public void profile(String label){
63 emit();

Callers 3

profileMethod · 0.95
runMethod · 0.80
runMethod · 0.80

Calls 2

debugMethod · 0.95
formatMethod · 0.95

Tested by

no test coverage detected