We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a995c commit e9ccebaCopy full SHA for e9cceba
lib/Whateverable.pm6
@@ -157,8 +157,9 @@ multi method irc-to-me(Message $msg where .text ~~ /:i^ help ‘?’? $/) {
157
}
158
multi method irc-to-me(Message $msg where .text ~~ /:i^ uptime $/) {
159
use nqp;
160
+ use Telemetry;
161
(denominate now - INIT now) ~ ‘, ’
- ~ nqp::atpos_i(nqp::getrusage(), nqp::const::RUSAGE_MAXRSS).fmt(‘%.2f’)/1000 ~ ‘KB maxrss. ’
162
+ ~ T<max-rss>.fmt(‘%.2f’) ÷ 1000 ~ ‘MB maxrss. ’
163
~ (with nqp::getcomp("perl6") {
164
“This is {.implementation} version {.config<version>} ”
165
~ “built on {.backend.version_string} ”
0 commit comments