Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Last active April 15, 2017 18:52
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 MasterDuke17/b2145327aeeaa17936c5f08fb5ea4eaa to your computer and use it in GitHub Desktop.
Save MasterDuke17/b2145327aeeaa17936c5f08fb5ea4eaa to your computer and use it in GitHub Desktop.
<anon|93995438091440> 1
Any::IterateOneWithoutPhasers 1
BOOTContext 1
Hash 1
Int 1
Range 1
Seq 1
str 1
Block 2
Num 2
Str 2
BOOTArray 5
IntAttrRef 5
List 5
BOOTIntArray 18
Scalar 20
BOOTInt 22
NQPArrayIter 30
BOOTCode 31
CallCapture 37
BOOTHash 66
NQPArray 75
sqlite> select name, sum(count) as count from allocators al, allocations als where al.id = als.id group by name order by count;
<anon|153902128>|1
Any::IterateOneWithoutPhasers|1
BOOTContext|1
Range|1
Seq|1
str|1
Duration|10
Instant|11
Hash|12
BOOTArray|14
List|14
IntLexRef|22
BOOTIntArray|32
NQPArrayIter|39
Block|75
BOOTInt|89
BOOTCode|157
NQPArray|234
Rat|272
CallCapture|401
Num|525
BOOTHash|2409
IntAttrRef|2000004
Scalar|2001335
Str|4000241
Int|4001495
sqlite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment