MCPcopy Create free account
hub / github.com/GateNLP/gate-core / isBenchmarkingEnabled

Method isBenchmarkingEnabled

src/main/java/gate/util/Benchmark.java:259–261  ·  view source on GitHub ↗

Returns if the logging is enabled.

()

Source from the content-addressed store, hash-verified

257 * Returns if the logging is enabled.
258 */
259 public static boolean isBenchmarkingEnabled() {
260 return benchmarkingEnabled;
261 }
262
263 /**
264 * Enables or disables the logging.

Callers 4

executeMethod · 0.95
executeMethod · 0.95
executeMethod · 0.95
actionPerformedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected