runtime_perf
host callCapy
function runtime_perf() dval
Description
runtime_perf() returns data for the active request workspace.
Return Values
Runtime performance data.
Example
Capy
var perf := runtime_perf() print(get_type_name(perf), "\n")
function runtime_perf() dval
runtime_perf() returns data for the active request workspace.
Runtime performance data.
var perf := runtime_perf() print(get_type_name(perf), "\n")