You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to display timing results to users in the IDEA plugin
I think the correct way to show timing data is the same way it is done in riddlc: in the logged output. That is the IDEA plugin's textual output log should contain the timing data exactly the way riddlc would have logged it. Thus, it isn't necessary to change 100 apis to include timing data.
Is your feature already requested in another issue?
No
Is your feature a defect?
No
Is your feature request related to a problem? Please describe.
How to display timing results to users in the IDEA plugin
Describe the solution you'd like
Timing results should be either packed into
PassesResult
or else returned along with it as a tuple or other structureThe text was updated successfully, but these errors were encountered: