HomeSort by relevance Sort by last modified time
    Searched defs:Profiles (Results 1 - 10 of 10) sorted by null

  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 65 StringMap<FunctionSamples> Profiles;
66 Profiles[FooName] = std::move(FooSamples);
67 Profiles[BarName] = std::move(BarSamples);
70 EC = Writer->write(Profiles);
  /external/llvm/include/llvm/ProfileData/
SampleProfReader.h 10 // This file contains definitions needed for reading sample profiles.
19 // Sample profiles are written as ASCII text. The file is divided into
235 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
242 /// \brief Read sample profiles from the associated file.
248 /// \brief Print all the profiles on stream \p OS.
253 return &Profiles[F.getName()];
256 /// \brief Return all the profiles.
257 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
278 /// to their corresponding profiles.
279 StringMap<FunctionSamples> Profiles;
    [all...]
  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 10 // This file implements the class that reads LLVM sample profiles. It
41 OS << "Function: " << FName << ": " << Profiles[FName];
44 /// \brief Dump all the function profiles found on stream \p OS.
46 for (const auto &I : Profiles)
181 Profiles[FName] = FunctionSamples();
182 FunctionSamples &FProfile = Profiles[FName];
373 Profiles[*FName] = FunctionSamples();
374 FunctionSamples &FProfile = Profiles[*FName];
550 // body, there will be identical replicated profiles for the
553 FProfile = &Profiles[Name]
    [all...]
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 55 // Hint for common error of forgetting -sample for sample profiles.
177 StringMap<FunctionSamples> &Profiles = Reader->getProfiles();
178 for (StringMap<FunctionSamples>::iterator I = Profiles.begin(),
179 E = Profiles.end();
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 23 // BUG(rsc): Profiles are incomplete and inaccurate on NetBSD and OS X.
28 // Packages can create and maintain their own profiles; the most common
34 // Each Profile has a unique name. A few profiles are predefined:
41 // These predefined profiles maintain themselves and panic on an explicit
63 // profiles records all registered profiles.
64 var profiles struct { var
94 profiles.mu.Lock()
95 if profiles.m == nil {
96 // Initial built-in profiles
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 23 // BUG(rsc): Profiles are incomplete and inaccurate on NetBSD and OS X.
28 // Packages can create and maintain their own profiles; the most common
34 // Each Profile has a unique name. A few profiles are predefined:
41 // These predefined profiles maintain themselves and panic on an explicit
63 // profiles records all registered profiles.
64 var profiles struct { var
94 profiles.mu.Lock()
95 if profiles.m == nil {
96 // Initial built-in profiles
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsps2.c 41 of each CRD, CSA the profiles are converted to Lab via a device
51 the device -> XYZ transform. These cases identifies monochrome profiles (often
61 NOTE: CLUT-based monochrome profiles are NOT supported. So, cmsFLAGS_MATRIXINPUT
62 flag is forced on such profiles.
75 On simpler profiles, the PCS is already XYZ, so no conversion is required.
868 cmsHPROFILE Profiles[2];
883 Profiles[0] = hProfile;
884 Profiles[1] = hLab;
886 xform = cmsCreateMultiprofileTransform(Profiles, 2, InputFormat, TYPE_Lab_DBL, Intent, 0);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddmmc.h 141 FEATURE_DATA_PROFILE_LIST_EX Profiles[0];
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 468 milliseconds