Package ghidra.app.plugin.debug
Class MemoryUsagePlugin
java.lang.Object
ghidra.framework.plugintool.Plugin
ghidra.app.plugin.debug.MemoryUsagePlugin
- All Implemented Interfaces:
ApplicationLevelOnlyPlugin,ApplicationLevelPlugin,PluginEventListener,ServiceListener,ExtensionPoint
-
Field Summary
Fields inherited from class ghidra.framework.plugintool.Plugin
name, pluginDescription, tool -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddispose()Tells a plugin that it is no longer needed.voidMethods inherited from class ghidra.framework.plugintool.Plugin
accept, acceptData, canClose, canCloseDomainObject, cleanup, close, dataStateRestoreCompleted, dependsUpon, deregisterService, equals, eventSent, firePluginEvent, getData, getMissingRequiredServices, getName, getPluginDescription, getServicesRequired, getSupportedDataTypes, getTool, getTransientState, getUndoRedoState, hashCode, hasMissingRequiredService, hasUnsaveData, init, internalRegisterEventConsumed, isDisposed, prepareToSave, processEvent, readConfigState, readDataState, registerDynamicServiceProvided, registerServiceProvided, restoreTransientState, restoreUndoRedoState, saveData, serviceAdded, serviceRemoved, writeConfigState, writeDataState
-
Constructor Details
-
MemoryUsagePlugin
-
-
Method Details
-
dispose
protected void dispose()Description copied from class:PluginTells a plugin that it is no longer needed. The plugin should release any resources that it has. All actions, components, services will automatically be cleaned up. -
showMemory
public void showMemory()
-