REST.Types.TExecutionPerformance.TotalExecutionTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TotalExecutionTime: integer;

C++

int __fastcall TotalExecutionTime();

Properties

Type Visibility Source Unit Parent
function public
REST.Types.pas
REST.Types.hpp
REST.Types TExecutionPerformance

Description

The total execution time.

TotalExecutionTime is the sum of PreProcessingTime, ExecutionTime and PostProcessingTime.

Note: All values are expressed in milliseconds.

See Also