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
Only after reading this #99 i found out about need of usage linux + perf tool to get same extended output.
I would suggest to have "default" behavior represented in readme/docs first and only then - extended version with explanation of environment/tools needed for it to work. Cause now, at least few people got confused why "hello world" example on windows, in linux docker container (which doesnt have perf by default) and even godbolt - are all showing other output than presented in readme as if it was default output.
The text was updated successfully, but these errors were encountered:
When running minimal example from readme:
You get ouput like so:
some double ops
Which has less information than were shown in documenation for same example:
some double ops
Reproducible: https://godbolt.org/z/o7nEEP3P9
Only after reading this #99 i found out about need of usage linux + perf tool to get same extended output.
I would suggest to have "default" behavior represented in readme/docs first and only then - extended version with explanation of environment/tools needed for it to work. Cause now, at least few people got confused why "hello world" example on windows, in linux docker container (which doesnt have perf by default) and even godbolt - are all showing other output than presented in readme as if it was default output.
The text was updated successfully, but these errors were encountered: