Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 21, 2017 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/848e1fabd64199c4b41599d3f01e6c18 to your computer and use it in GitHub Desktop.
Save Whateverable/848e1fabd64199c4b41599d3f01e6c18 to your computer and use it in GitHub Desktop.
greppable6
INITTIME
File Code
Leont/build-graph6
…/basic.t :13:
# pre-v2017.09.84.gb.02.da.4.d.1.a Rakudos have it as $*INITTIME
Leont/build-graph6
…/basic.t :14:
my $INIT-TIME = $*INIT-INSTANT // $*INITTIME;
ab5tract/Terminal-Print
…/rpg-ui.p6 :1636:
record-time('TOTAL TIME', $*INIT-INSTANT // $*INITTIME);
ab5tract/Terminal-Print
…/Timing.pm6 :44:
printf $raw-format, .<start> - ($*INIT-INSTANT // $*INITTIME), .<delta>, .<thread>, .<desc> for @timings;
gfldex/perl6-pod-to-bigpage
…/html.xhtml :1985:
</li></ul> <p>Replaced in Perl 6 by <span class="code">$*INITTIME</span>. Unlike in Perl 5, this is not in seconds since epoch, but an <span class="code">Instant</span> object, which is measured in atomic seconds, with fractions.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment