HomeSort by relevance Sort by last modified time
    Searched refs:Profile (Results 276 - 300 of 732) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 4 Compatible with the 'profile' module.
7 __all__ = ["run", "runctx", "help", "Profile"]
25 prof = Profile()
43 statement and filename have the same semantics as profile.run
45 prof = Profile()
61 print "Documentation for the profile/cProfile modules can be found "
66 class Profile(_lsprof.Profiler):
67 """Profile(custom_timer=None, time_unit=None, subcalls=True, builtins=True)
130 # a profiler to profile a statement, given as a string.
145 # This method is more useful to profile a single function call
    [all...]
profile.py 6 # Based on prior profile module by Sjoerd Mullender...
33 __all__ = ["run", "runctx", "help", "Profile"]
45 # Note that an instance of Profile() is *not* needed to call them.
59 prof = Profile()
73 statement and filename have the same semantics as profile.run
75 prof = Profile()
88 print "Documentation for the profile module can be found "
111 class Profile:
280 if not isinstance(rframe, Profile.fake_frame):
385 code = self.fake_code('profile', 0, name
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableSet.h 305 ImutInfo::Profile(ID,V);
806 // Trait classes for Profile information.
809 /// Generic profile template. The default behavior is to invoke the
810 /// profile method of an object. Specializations for primitive integers
817 static inline void Profile(FoldingSetNodeID& ID, value_type_ref X) {
818 FoldingSetTrait<T>::Profile(X,ID);
822 /// Profile traits for integers.
828 static inline void Profile(FoldingSetNodeID& ID, value_type_ref X) {
849 /// Generic profile trait for pointer types. We treat pointers as
856 static inline void Profile(FoldingSetNodeID &ID, value_type_ref X)
    [all...]
  /external/v8/src/inspector/
v8-profiler-agent-impl.cc 114 std::unique_ptr<protocol::Profiler::Profile> createCPUProfile(
118 return protocol::Profiler::Profile::create()
176 // Take last started profile if no title was passed.
193 std::unique_ptr<protocol::Profiler::Profile> profile = local
195 if (!profile) return;
198 m_frontend.consoleProfileFinished(id, std::move(location), std::move(profile),
257 std::unique_ptr<protocol::Profiler::Profile>* profile) {
262 std::unique_ptr<protocol::Profiler::Profile> cpuProfile
379 v8::CpuProfile* profile = local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 255 // Profile the node to see if we already have something matching it
256 llvm::FoldingSetNodeID profile; local
257 D->Profile(profile);
260 if (PathDiagnostic *orig = Diags.FindNodeOrInsertPos(profile, InsertPos)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
profile.py 5 # Based on prior profile module by Sjoerd Mullender...
42 __all__ = ["run", "runctx", "help", "Profile"]
54 # Note that an instance of Profile() is *not* needed to call them.
68 prof = Profile()
82 statement and filename have the same semantics as profile.run
84 prof = Profile()
97 print "Documentation for the profile module can be found "
120 class Profile:
289 if not isinstance(rframe, Profile.fake_frame):
394 code = self.fake_code('profile', 0, name)
    [all...]
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 485 /// passing non-trivial types with inalloca. Not part of the profile.
620 void Profile(llvm::FoldingSetNodeID &ID) {
634 getReturnType().Profile(ID);
636 I.type.Profile(ID);
638 static void Profile(llvm::FoldingSetNodeID &ID,
659 resultType.Profile(ID);
662 i->Profile(ID);
  /external/python/cpython2/Lib/
profile.py 6 # Based on prior profile module by Sjoerd Mullender...
33 __all__ = ["run", "runctx", "help", "Profile"]
45 # Note that an instance of Profile() is *not* needed to call them.
59 prof = Profile()
73 statement and filename have the same semantics as profile.run
75 prof = Profile()
88 print "Documentation for the profile module can be found "
111 class Profile:
280 if not isinstance(rframe, Profile.fake_frame):
385 code = self.fake_code('profile', 0, name
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDelta.java 28 import android.provider.ContactsContract.Profile;
68 * It can be set to query the profile's raw contact(s).
482 // Use the profile data URI if the contact is the profile.
483 if (mContactsQueryUri.equals(Profile.CONTENT_RAW_CONTACTS_URI)) {
484 builder = child.buildDiff(Uri.withAppendedPath(Profile.CONTENT_URI,
555 // Use the profile data URI if the contact is the profile.
556 if (mContactsQueryUri.equals(Profile.CONTENT_RAW_CONTACTS_URI)) {
557 bw = child.buildDiffWrapper(Uri.withAppendedPath(Profile.CONTENT_URI
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 485 /// passing non-trivial types with inalloca. Not part of the profile.
620 void Profile(llvm::FoldingSetNodeID &ID) {
634 getReturnType().Profile(ID);
636 I.type.Profile(ID);
638 static void Profile(llvm::FoldingSetNodeID &ID,
659 resultType.Profile(ID);
662 i->Profile(ID);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 485 /// passing non-trivial types with inalloca. Not part of the profile.
620 void Profile(llvm::FoldingSetNodeID &ID) {
634 getReturnType().Profile(ID);
636 I.type.Profile(ID);
638 static void Profile(llvm::FoldingSetNodeID &ID,
659 resultType.Profile(ID);
662 i->Profile(ID);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 485 /// passing non-trivial types with inalloca. Not part of the profile.
620 void Profile(llvm::FoldingSetNodeID &ID) {
634 getReturnType().Profile(ID);
636 I.type.Profile(ID);
638 static void Profile(llvm::FoldingSetNodeID &ID,
659 resultType.Profile(ID);
662 i->Profile(ID);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 485 /// passing non-trivial types with inalloca. Not part of the profile.
620 void Profile(llvm::FoldingSetNodeID &ID) {
634 getReturnType().Profile(ID);
636 I.type.Profile(ID);
638 static void Profile(llvm::FoldingSetNodeID &ID,
659 resultType.Profile(ID);
662 i->Profile(ID);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 485 /// passing non-trivial types with inalloca. Not part of the profile.
620 void Profile(llvm::FoldingSetNodeID &ID) {
634 getReturnType().Profile(ID);
636 I.type.Profile(ID);
638 static void Profile(llvm::FoldingSetNodeID &ID,
659 resultType.Profile(ID);
662 i->Profile(ID);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 485 /// passing non-trivial types with inalloca. Not part of the profile.
620 void Profile(llvm::FoldingSetNodeID &ID) {
634 getReturnType().Profile(ID);
636 I.type.Profile(ID);
638 static void Profile(llvm::FoldingSetNodeID &ID,
659 resultType.Profile(ID);
662 i->Profile(ID);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 485 /// passing non-trivial types with inalloca. Not part of the profile.
620 void Profile(llvm::FoldingSetNodeID &ID) {
634 getReturnType().Profile(ID);
636 I.type.Profile(ID);
638 static void Profile(llvm::FoldingSetNodeID &ID,
659 resultType.Profile(ID);
662 i->Profile(ID);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 485 /// passing non-trivial types with inalloca. Not part of the profile.
620 void Profile(llvm::FoldingSetNodeID &ID) {
634 getReturnType().Profile(ID);
636 I.type.Profile(ID);
638 static void Profile(llvm::FoldingSetNodeID &ID,
659 resultType.Profile(ID);
662 i->Profile(ID);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
profile.py 6 # Based on prior profile module by Sjoerd Mullender...
33 __all__ = ["run", "runctx", "help", "Profile"]
45 # Note that an instance of Profile() is *not* needed to call them.
59 prof = Profile()
73 statement and filename have the same semantics as profile.run
75 prof = Profile()
88 print "Documentation for the profile module can be found "
111 class Profile:
280 if not isinstance(rframe, Profile.fake_frame):
385 code = self.fake_code('profile', 0, name
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
profile.py 6 # Based on prior profile module by Sjoerd Mullender...
33 __all__ = ["run", "runctx", "help", "Profile"]
45 # Note that an instance of Profile() is *not* needed to call them.
59 prof = Profile()
73 statement and filename have the same semantics as profile.run
75 prof = Profile()
88 print "Documentation for the profile module can be found "
111 class Profile:
280 if not isinstance(rframe, Profile.fake_frame):
385 code = self.fake_code('profile', 0, name
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go 5 // Package symbolizer provides a routine to populate a profile with
17 "internal/pprof/profile"
21 // in a profile. mode enables some options to control
24 func Symbolize(mode string, prof *profile.Profile, obj plugin.ObjTool, ui plugin.UI) error {
45 functions := make(map[profile.Function]*profile.Function)
60 l.Line = make([]profile.Line, len(stack))
71 f := &profile.Function{
83 l.Line[i] = profile.Line
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go 5 // Package symbolizer provides a routine to populate a profile with
17 "internal/pprof/profile"
21 // in a profile. mode enables some options to control
24 func Symbolize(mode string, prof *profile.Profile, obj plugin.ObjTool, ui plugin.UI) error {
45 functions := make(map[profile.Function]*profile.Function)
60 l.Line = make([]profile.Line, len(stack))
71 f := &profile.Function{
83 l.Line[i] = profile.Line
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 6 # Based on prior profile module by Sjoerd Mullender...
33 __all__ = ["run", "runctx", "help", "Profile"]
45 # Note that an instance of Profile() is *not* needed to call them.
59 prof = Profile()
73 statement and filename have the same semantics as profile.run
75 prof = Profile()
88 print "Documentation for the profile module can be found "
111 class Profile:
280 if not isinstance(rframe, Profile.fake_frame):
385 code = self.fake_code('profile', 0, name
    [all...]
  /external/clang/include/clang/Lex/
MacroInfo.h 525 void Profile(llvm::FoldingSetNodeID &ID) const {
526 return Profile(ID, OwningModule, II);
528 static void Profile(llvm::FoldingSetNodeID &ID, Module *OwningModule,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 160 static void Profile(llvm::FoldingSetNodeID &ID,
169 void Profile(llvm::FoldingSetNodeID& ID) const {
171 Profile(ID, Location, State, isSink());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.cpp 32 /// Profile - Used to gather unique data for the abbreviation folding set.
34 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const {
43 /// Profile - Used to gather unique data for the abbreviation folding set.
45 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const {
51 Data[i].Profile(ID);

Completed in 1659 milliseconds

<<11121314151617181920>>