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
Hey,
I am currently implementing an application using Yappi and it's API. In this context, I use the get_func_stats function to retrive profiling results.
From the documentation I am not quite able to decipher if every function that was profiled has exactly one YFuncStat object in the returned list (of the get_func_stats call) or if there can be several YFuncStat objects for one given function from the profiled application.
The text was updated successfully, but these errors were encountered:
badkeyy
changed the title
Uniqueness of YFuncStat object
Uniqueness of the YFuncStat object
Sep 29, 2023
Hey,
I am currently implementing an application using Yappi and it's API. In this context, I use the get_func_stats function to retrive profiling results.
From the documentation I am not quite able to decipher if every function that was profiled has exactly one YFuncStat object in the returned list (of the get_func_stats call) or if there can be several YFuncStat objects for one given function from the profiled application.
The text was updated successfully, but these errors were encountered: