Home
last modified time | relevance | path

Searched refs:test_profile (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/support/
DMakefile.in65 test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \
68 $(Q) $(CC) -o test_profile -DDEBUG_PROGRAM $(srcdir)/profile.c prof_err.o \
80 prof_err.c prof_err.h test_profile test_cstring
/external/python/cpython2/Lib/test/
Dtest_cprofile.py8 from test.test_profile import ProfileTest, regenerate_expected_output
/external/python/cpython3/Lib/test/
Dtest_cprofile.py9 from test.test_profile import ProfileTest, regenerate_expected_output
/external/tensorflow/tensorflow/python/eager/
Dprofiler_test.py33 def test_profile(self): member in ProfilerTest
/external/bcc/tests/python/
Dtest_tools_smoke.py255 def test_profile(self): member in SmokeTests
/external/e2fsprogs/e2fsck/
DMakefile.in170 test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \
173 $(Q) $(CC) -o test_profile -DDEBUG_PROGRAM $(srcdir)/profile.c prof_err.o \
252 prof_err.c prof_err.h test_profile
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst4643 Refactor test_profile and test_cprofile to use the same code to profile.