Replies: 2 comments 1 reply
-
I believe we should cover this under #1124. We need better logging anyway. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, I think that a profiler that print how many time each rules is called with duration would be very usefull. FYI in this parser https://github.com/yhirose/cpp-peglib there is a profiling mechanism (available in playground). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is there a way to understand where the parser actually spends time
looking at a cpu prof in speedscope we cannot really see if there is any of our rules we might be able to optimize
Beta Was this translation helpful? Give feedback.
All reactions