Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp164 FunctionSamples &FunctionProfile, const FrameLocation &LeafLoc, in updateBodySamplesforFunctionProfile() argument
170 ErrorOr<uint64_t> R = FunctionProfile.findSamplesAt( in updateBodySamplesforFunctionProfile()
174 FunctionProfile.addBodySamples(LeafLoc.second.LineOffset, in updateBodySamplesforFunctionProfile()
177 FunctionProfile.addTotalSamples(Count - PreviousCount); in updateBodySamplesforFunctionProfile()
187 FunctionSamples &FunctionProfile = in populateFunctionBodySamples() local
215 updateBodySamplesforFunctionProfile(FunctionProfile, LeafLoc, Count); in populateFunctionBodySamples()
230 FunctionSamples &FunctionProfile = in populateFunctionBoundarySamples() local
247 FunctionProfile.addCalledTargetSamples(LeafLoc.second.LineOffset, in populateFunctionBoundarySamples()
250 FunctionProfile.addTotalSamples(Count); in populateFunctionBoundarySamples()
DProfileGenerator.h83 void updateBodySamplesforFunctionProfile(FunctionSamples &FunctionProfile,
/external/python/cpython3/Lib/
Dpstats.py58 class FunctionProfile: class
71 func_profiles: Dict[str, FunctionProfile]
376 func_profile = FunctionProfile(
/external/python/cpython3/Doc/library/
Dprofile.rst531 of function names to instances of FunctionProfile. Each FunctionProfile
536 Added the following dataclasses: StatsProfile, FunctionProfile.