This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function sds_result_time(rp: SDS_Result): double;

Arguments:

rp Result pointer

Description:

Returns number of seconds passed during query parsing, execution and result forming.

Returns:

Time in seconds as double precision float.

Usage:

d := sds_result_time(rp);

See also:

sds_query.

PSP Help documents