[ragel-users] ragel source code has been migrated to git

Mike Dupont jamesmikedupont at googlemail.com
Mon Apr 30 05:43:16 UTC 2012


How is this Adrian, can you at least provide me with the direction on how
to implement this mysql? How can I capture each and every transition?
mike

On Sun, Apr 29, 2012 at 9:56 PM, Mike Dupont <jamesmikedupont at googlemail.com
> wrote:

> yes, i would like to profile the transitions and produce a weighted graph
> from that. I am sure the code generator can be modified to produce them.
> mike
>
>
> On Sun, Apr 29, 2012 at 2:38 PM, Adrian Thurston <thurston at complang.org>wrote:
>
>> Do you mean you want to know the time taken to execute the transitions?
>> Or the number of times each transition is executed?
>>
>> In either case there is no automatic method. If you want to count you can
>> embed transitions that do that. You have to manually link the grammar
>> definitions to the count array though. I have long wanted a profiling
>> feature that did this but I usually resort manual methods when I need it.
>> -----Original Message-----
>> From: Mike  Dupont <jamesmikedupont at googlemail.com>
>> Sender: ragel-users-bounces at complang.org
>> Date: Sun, 29 Apr 2012 07:29:19
>> To: <ragel-users at complang.org>
>> Reply-To: ragel-users at complang.org
>> Subject: Re: [ragel-users] ragel source code has been migrated to git
>>
>> _______________________________________________
>> ragel-users mailing list
>> ragel-users at complang.org
>> http://www.complang.org/mailman/listinfo/ragel-users
>>
>>
>> _______________________________________________
>> ragel-users mailing list
>> ragel-users at complang.org
>> http://www.complang.org/mailman/listinfo/ragel-users
>>
>
>
>
> --
> James Michael DuPont
> Member of Free Libre Open Source Software Kosova http://flossk.org
>



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.colm.net/pipermail/ragel-users/attachments/20120430/0e6b4903/attachment-0001.html>
-------------- next part --------------
_______________________________________________
ragel-users mailing list
ragel-users at complang.org
http://www.complang.org/mailman/listinfo/ragel-users


More information about the ragel-users mailing list