Home
last modified time | relevance | path

Searched refs:FunctionProfile (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dpstats.py58 class FunctionProfile: class
71 func_profiles: Dict[str, FunctionProfile]
376 func_profile = FunctionProfile(
/third_party/python/Doc/library/
Dprofile.rst531 of function names to instances of FunctionProfile. Each FunctionProfile
536 Added the following dataclasses: StatsProfile, FunctionProfile.