Documentation for routine T assembled from the following pages:

Class: Telemetry §

From Telemetry

(Telemetry) routine T §

sub T()

Shortcut for Telemetry.new. It is exported by default. Since the Telemetry class also provides an Associative interface, one can easily interpolate multiple values in a single statement:

use Telemetry;
say "Used {T<max-rss cpu>} (KiB CPU) so far";