Skip to content

Instantly share code, notes, and snippets.

Created August 18, 2010 01:40
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 anonymous/533009 to your computer and use it in GitHub Desktop.
Save anonymous/533009 to your computer and use it in GitHub Desktop.
pmichaud@plum:~/nqp-rx$ ./par nqp.pbc --target=pir src/NQP/Actions.pm >actions.pir # works
pmichaud@plum:~/nqp-rx$ ./par -Rprofiling nqp.pbc --target=pir src/NQP/Actions.pm >actions.pir # fails
elements() not implemented in class 'ParrotInterpreter'
current instr.: 'parrot;Regex;Cursor;' pc 0 (src/Regex/Cursor.pir:22)
... call repeated 1 times
PROFILING RUNCORE: wrote profile to parrot.pprof.6705
Use tools/dev/pprof2cg.pl to generate Callgrind-compatible output from this file.
pmichaud@plum:~/nqp-rx$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment