Class DbgTimer.DbgCtx

java.lang.Object
ghidra.app.plugin.assembler.sleigh.util.DbgTimer.DbgCtx
All Implemented Interfaces:
AutoCloseable
Enclosing class:
DbgTimer

public static class DbgTimer.DbgCtx extends Object implements AutoCloseable
A context for idiomatic use of the DbgTimer in a try-with-resources block
  • Method Details