-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Macro data seems to be counted incorrectly under show-profiles #97
Comments
Did a bit of digging to see if I could find a cause, ProfilingImpl contains this bit of code:
... But the timer never actually gets filled. pluginsMacroExpand used to contain a function that updated the timers, but it got removed in 6000f5e:
|
As I wrote in #133, |
expandedNodes
andexpansionNanos
are always 0 in the output generated when theshow-profiles
flag is enabled.Example code:
Output:
This is occurring in both 2.12 and 2.13 for me.
The text was updated successfully, but these errors were encountered: