perl6-grammar-profiler-simple 0.02-1.c0aca5f Simple rule profiling for Perl 6 grammars

This module provides a simple profiler for Perl 6 grammars. To enable profiling simply add use Grammar::Profiler::Simple; to your code. Any grammar in the lexical scope of the use statement will automatically have profiling information collected when the grammar is used.