Closed kpujjigit closed 11 months ago
Screenshot of a File I/O Performance Issue showcasing a slow span in our mobile-android project. Named productProcessing()
Android Example of implementation: https://github.com/sentry-demos/android/pull/93/commits/62198f9973d92b6dc0eed315235185db540eca81
I have a PR ready producing this:
product_processing
span and corresponding Profile showing the recursive functionHoping to get write access so I don't need to fork :)
Match the Profile Data capture in our Flask and Android Demos to demonstrate a recursive, out-of-hand function. The Flask demo has a getIterator() function to showcase this. The goal is to induce an artificial slowdown that's part of the checkout flow and showcases Profiling's capabilities.
Below is the recursively observed i our Flask demo by way of getIterator():