Home
last modified time | relevance | path

Searched refs:StatsProfile (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dpstats.py68 class StatsProfile: class
362 return StatsProfile(0, {})
366 stats_profile = StatsProfile(total_tt, func_profiles)
/third_party/python/Doc/library/
Dprofile.rst530 This method returns an instance of StatsProfile, which contains a mapping
536 Added the following dataclasses: StatsProfile, FunctionProfile.
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst777 as a StatsProfile instance.