FireDAC.Stan.Util.FDGetPerformanceCounter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDGetPerformanceCounter: Int64;

C++

extern DELPHI_PACKAGE __int64 __fastcall FDGetPerformanceCounter(void);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Returns the value of the performance counter.

FDGetPerformanceCounter returns the high-resolution counter represented by the number of milliseconds from the system start or from the last counter reset.

See Also