HomeSort by relevance Sort by last modified time
    Searched refs:_lsprof (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cprofile.py 16 import _lsprof
20 obj = _lsprof.Profiler(lambda: int)
22 obj = _lsprof.Profiler(1)
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
87 {method 'disable' of '_lsprof.Profiler' objects} <-
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /external/python/cpython2/Lib/test/
test_cprofile.py 16 import _lsprof
20 obj = _lsprof.Profiler(lambda: int)
22 obj = _lsprof.Profiler(1)
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
87 {method 'disable' of '_lsprof.Profiler' objects} <-
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cprofile.py 16 import _lsprof
20 obj = _lsprof.Profiler(lambda: int)
22 obj = _lsprof.Profiler(1)
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
87 {method 'disable' of '_lsprof.Profiler' objects} <-
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cprofile.py 16 import _lsprof
20 obj = _lsprof.Profiler(lambda: int)
22 obj = _lsprof.Profiler(1)
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
87 {method 'disable' of '_lsprof.Profiler' objects} <-
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 16 import _lsprof
20 obj = _lsprof.Profiler(lambda: int)
22 obj = _lsprof.Profiler(1)
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
87 {method 'disable' of '_lsprof.Profiler' objects} <-
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 16 import _lsprof
20 obj = _lsprof.Profiler(lambda: int)
22 obj = _lsprof.Profiler(1)
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
87 {method 'disable' of '_lsprof.Profiler' objects} <-
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /external/python/cpython3/Lib/test/
test_cprofile.py 21 import _lsprof
28 obj = _lsprof.Profiler(lambda: int)
30 obj = _lsprof.Profiler(1)
  /external/python/cpython3/Lib/
cProfile.py 9 import _lsprof
27 class Profile(_lsprof.Profiler):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cProfile.py 9 import _lsprof
66 class Profile(_lsprof.Profiler):
  /external/python/cpython2/Lib/
cProfile.py 9 import _lsprof
66 class Profile(_lsprof.Profiler):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cProfile.py 9 import _lsprof
66 class Profile(_lsprof.Profiler):
  /prebuilts/gdb/linux-x86/lib/python2.7/
cProfile.py 9 import _lsprof
66 class Profile(_lsprof.Profiler):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 9 import _lsprof
66 class Profile(_lsprof.Profiler):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 9 import _lsprof
66 class Profile(_lsprof.Profiler):

Completed in 2146 milliseconds