Skip to content

Instantly share code, notes, and snippets.

@timo
Created August 14, 2019 23:33
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 timo/1332e5242e3f1ade5cf8309dcfa3a251 to your computer and use it in GitHub Desktop.
Save timo/1332e5242e3f1ade5cf8309dcfa3a251 to your computer and use it in GitHub Desktop.
bogus type recordings in mqtt test file profiling - caught in rr!
rm -rf /home/timo/.local/share/rr/perl6-m-4; env MVM_JIT_DISABLE=yes rr record -n -h -M perl6-m --profile=/tmp/mqtt.sql -I . --stagestats t/regex.t
rr: Saving execution to trace directory `/home/timo/.local/share/rr/perl6-m-4'.
[rr 18513 854]Stage start : [rr 18513 870] 0.000[rr 18513 872]
[rr 18513 4604]Stage parse : [rr 18513 4606] 0.703[rr 18513 4608]
[rr 18513 4612]Stage syntaxcheck: [rr 18513 4618] 0.000[rr 18513 4620]
[rr 18513 4626]Stage ast : [rr 18513 4632] 0.000[rr 18513 4634]
[rr 18513 4638]Stage optimize : [rr 18513 4671] 0.027[rr 18513 4673]
[rr 18513 4677]Stage mast : [rr 18513 5645] 0.178[rr 18513 5647]
[rr 18513 5651]Stage mbc : [rr 18513 5661] 0.005[rr 18513 5663]
[rr 18513 5751]Stage moar : [rr 18513 5757] 0.000[rr 18513 5759]
[rr 18513 100016]ok 1 - 4.7.1.2, 'sport/tennis/player1' should match 'sport/tennis/player1/ \#'
[rr 18513 100398]ok 2 - 4.7.1.2, 'sport/tennis/player1/ranking' should match 'sport/tennis/player1/ \#'
[rr 18513 100726]ok 3 - 4.7.1.2, 'sport/tennis/player1/wimbledon' should match 'sport/tennis/player1/ \#'
[rr 18513 175410]ok 4 - 4.7.1.2, 'sport' should match 'sport/ \#'
[rr 18513 274128]ok 5 - 4.7.1.3, 'sport/tennis/player1' should match 'sport/tennis/+'
[rr 18513 274454]ok 6 - 4.7.1.3, 'sport/tennis/player2' should match 'sport/tennis/+'
[rr 18513 274774]ok 7 - 4.7.1.3, 'sport/tennis/player1/ranking' should not match 'sport/tennis/+'
[rr 18513 368925]ok 8 - 4.7.1.3, 'sport' should not match 'sport/+'
[rr 18513 369251]ok 9 - 4.7.1.3, 'sport/' should match 'sport/+'
[rr 18513 369625]ok 10 - 4.7.2.1, '$SYS/something' should not match ' \#'
[rr 18513 393729]spesh: would have specialized on invocant with 3 types available
[rr 18513 393731]NQPMu[rr 18513 393733], [rr 18513 393735]NQPRegex[rr 18513 393737], [rr 18513 393739]NQPMatch[rr 18513 393741]
[rr 18513 486092]ok 11 - 4.7.2.1, '$SYS/monitor/Clients' should not match '+/monitor/Clients'
[rr 18513 508785]===SORRY!===
[rr 18513 508969]P6opaque: no such attribute '$!restart' on type NQPMu in a NQPMatch when trying to get a value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment