OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_lsprof
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cprofile.py
16
import
_lsprof
namespace
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
namespace
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/
cProfile.py
9
import
_lsprof
namespace
66
class Profile(
_lsprof
.Profiler):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py
9
import
_lsprof
namespace
66
class Profile(
_lsprof
.Profiler):
Completed in 789 milliseconds