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

TLazLoggerBlockTimer

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

Declaration

Source position: lazloggerprofiling.pas line 24

type TLazLoggerBlockTimer = class(TLazLoggerBlockHandler)

public

  constructor Create;

  procedure EnterBlock(); override;

  procedure ExitBlock(); override;

  property MaxDepth: Integer; [rw]

  property TimeDiff []: QWord; [r]

  property Nested []: QWord; [r]

end;

Inheritance

TLazLoggerBlockTimer

|

TLazLoggerBlockHandler

|

TRefCountedObject

  

|

TFreeNotifyingObject

  

|

TObject

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