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
Let's suppose there is a some kind of long running function with some top-level function running an infinite loop. This function would produce an infinite span in the profile data which doesn't make a lot of sense. Currently such cases are handled by level-stripping, but that requires manual input from the library user which is of course undesirable.
The task is to come up with a method to handle such infinite spans automagically somehow.
The text was updated successfully, but these errors were encountered:
Let's suppose there is a some kind of long running function with some top-level function running an infinite loop. This function would produce an infinite span in the profile data which doesn't make a lot of sense. Currently such cases are handled by level-stripping, but that requires manual input from the library user which is of course undesirable.
The task is to come up with a method to handle such infinite spans automagically somehow.
The text was updated successfully, but these errors were encountered: