MCPcopy Create free account
hub / github.com/e2wugui/zeze / clearAllCounters

Method clearAllCounters

ZezeJava/ZezeJavaTest/src/Infinite/Tasks.java:46–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 static void clearAllCounters() {
47 CounterKey.clear();
48 CounterRun.clear();
49 CounterSuccess.clear();
50 Table1Long2Add1.commitCount.reset();
51 tflushInt1TradeConcurrentVerify.keys = null;
52 }
53
54 // 所有以long为key的记录访问可以使用这个基类。
55 // 其他类型的key需要再定义新的基类。

Callers 2

mainMethod · 0.95
mainMethod · 0.95

Calls 2

clearMethod · 0.65
resetMethod · 0.45

Tested by

no test coverage detected