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

Method profile

cSploit/src/org/csploit/android/core/Profiler.java:62–68  ·  view source on GitHub ↗
(String label)

Source from the content-addressed store, hash-verified

60 }
61
62 public void profile(String label){
63 emit();
64 if(mEnabled){
65 mTick = java.lang.System.currentTimeMillis();
66 mProfiling = label;
67 }
68 }
69}

Callers 3

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

emitMethod · 0.95

Tested by

no test coverage detected