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
This package would be a successor of innmind/debug and innmind/profiler and its philosophy would be something similar to Apple Instruments.
Instead of having sections listing actions, it should attempt to build a more unified view of everything happening in the app. The goal is to help diagnose performance problems.
Such package can't have a fine grained view of every function call like Blackfire, but it will have a complete overview of IO operations.
Thanks to the Innmind design a flamegraph can contain high level operations as well as each IO step and how multiple operations interleave.
As for the suggestion part maybe an AI could be used to go through the data to find improvements.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
This package would be a successor of
innmind/debugandinnmind/profilerand its philosophy would be something similar to Apple Instruments.Instead of having sections listing actions, it should attempt to build a more unified view of everything happening in the app. The goal is to help diagnose performance problems.
Such package can't have a fine grained view of every function call like Blackfire, but it will have a complete overview of IO operations.
Thanks to the Innmind design a flamegraph can contain high level operations as well as each IO step and how multiple operations interleave.
As for the suggestion part maybe an AI could be used to go through the data to find improvements.
All reactions