azawawi / farabi6

Experimental in-browser Perl 6 Editor
Artistic License 2.0
14 stars 12 forks source link

Add Profile option with the ability to view profiled file on a separate tab #25

Closed azawawi closed 9 years ago

azawawi commented 9 years ago

perl6 --profile # with MoarVM

  azawawi@azawawi-vm:~/farabi6$ perl6 --profile test_file_find.pl
  Hello world
  Wrote profiler output to profile-1412949521.65102.html
azawawi commented 9 years ago

Fixed in 299350e

timo commented 9 years ago

It would be nice if the old links for profiles would either be marked as out of date when new code gets run or deleted from the result panel entirely