[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: JPL.TimeLogger.pas line 52
type TClassTimeLogger = class |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure StartLog; |
|
|
procedure EndLog; |
|
|
function ElapsedTimeMs; |
|
|
function ElapsedTimeStr; |
|
|
procedure StartLog_2; |
|
|
procedure EndLog_2; |
|
|
function ElapsedTimeMs_2; |
|
|
function ElapsedTimeStr_2; |
|
|
property StartMs: Int64; [r] |
|
|
property EndMs: Int64; [r] |
|
|
property StartMs_2: Int64; [r] |
|
|
property EndMs_2: Int64; [r] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |