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

1 2

  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 87 StringMap<FunctionSamples> Profiles;
88 Profiles[FooName] = std::move(FooSamples);
89 Profiles[BarName] = std::move(BarSamples);
92 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
260 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
267 /// \brief Read sample profiles from the associated file.
273 /// \brief Print all the profiles on stream \p OS.
278 return &Profiles[F.getName()];
281 /// \brief Return all the profiles.
282 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
306 /// to their corresponding profiles.
307 StringMap<FunctionSamples> Profiles;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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
268 : Profiles(0), Ctx(C), Buffer(std::move(B)) {}
275 /// \brief Read sample profiles from the associated file.
281 /// \brief Print all the profiles on stream \p OS.
289 if (Profiles.count(F.getName().split('.').first))
290 return &Profiles[(F.getName().split('.').first)];
294 /// \brief Return all the profiles.
295 StringMap<FunctionSamples> &getProfiles() { return Profiles; }
319 /// to their corresponding profiles
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 14 // memory profiles to cpu.prof and mem.prof:
54 // URL to download live profiles:
60 // Profiles can then be visualized with the pprof tool:
88 // BUG(rsc): Profiles are only as good as the kernel support used to generate them.
93 // Packages can create and maintain their own profiles; the most common
99 // Each Profile has a unique name. A few profiles are predefined:
107 // These predefined profiles maintain themselves and panic on an explicit
129 // profiles records all registered profiles.
130 var profiles struct var
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 14 // memory profiles to cpu.prof and mem.prof:
54 // URL to download live profiles:
60 // Profiles can then be visualized with the pprof tool:
88 // BUG(rsc): Profiles are only as good as the kernel support used to generate them.
93 // Packages can create and maintain their own profiles; the most common
99 // Each Profile has a unique name. A few profiles are predefined:
107 // These predefined profiles maintain themselves and panic on an explicit
129 // profiles records all registered profiles.
130 var profiles struct var
    [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)
178 Profiles[FName] = FunctionSamples();
179 FunctionSamples &FProfile = Profiles[FName];
375 Profiles[*FName] = FunctionSamples();
376 FunctionSamples &FProfile = Profiles[*FName];
613 // body, there will be identical replicated profiles for the
616 FProfile = &Profiles[Name]
    [all...]
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 56 // Hint for common error of forgetting -sample for sample profiles.
195 StringMap<FunctionSamples> &Profiles = Reader->getProfiles();
196 for (StringMap<FunctionSamples>::iterator I = Profiles.begin(),
197 E = Profiles.end();
  /external/pdfium/third_party/lcms/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...]
  /external/perf_data_converter/src/
perf_data_converter.cc 27 typedef perftools::profiles::Profile Profile;
28 typedef perftools::profiles::Builder ProfileBuilder;
149 typedef std::unordered_map<SampleKey, perftools::profiles::Sample*,
207 ProcessProfiles Profiles();
438 perftools::profiles::Sample* sample = per_pid_[pid].sample_map[sample_key];
512 perftools::profiles::Location* loc = profile->add_location();
632 ProcessProfiles PerfDataConverter::Profiles() {
650 return converter.Profiles();
  /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/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 

Completed in 2325 milliseconds

1 2