[Overview][Classes][Procedures and functions][Index] Reference for unit 'LazLoggerProfiling' (#lazutils)

TLazLoggerBlockMemWatch

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazloggerprofiling.pas line 43

type TLazLoggerBlockMemWatch = class(TLazLoggerBlockHandler)

public

  constructor Create;

  procedure EnterBlock(); override;

  procedure ExitBlock(); override;

  property MaxDepth: Integer; [rw]

  property MemDiff []: Int64; [r]

  property Nested []: Int64; [r]

end;

Inheritance

TLazLoggerBlockMemWatch

|

TLazLoggerBlockHandler

|

TRefCountedObject

  

|

TFreeNotifyingObject

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.