Skip to content

Instantly share code, notes, and snippets.

Created August 18, 2010 01:42
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/533018 to your computer and use it in GitHub Desktop.
Save anonymous/533018 to your computer and use it in GitHub Desktop.
pmichaud@plum:~/nqp-rx$ parrot_install/bin/parrot nqp.pbc --target=pir src/NQP/Actions.pm >actions.pir # works
pmichaud@plum:~/nqp-rx$ parrot_install/bin/parrot -R profiling nqp.pbc --target=pir src/NQP/Actions.pm >actions.pir # works
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.6711
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