yappi icon indicating copy to clipboard operation
yappi copied to clipboard

Uniqueness of the YFuncStat object

Open badkeyy opened this issue 2 years ago • 0 comments

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.

badkeyy avatar Sep 29 '23 19:09 badkeyy